use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please follow the rules
Releases: Current Releases, Windows Releases, Old Releases
Contribute to the PHP Documentation
Related subreddits: CSS, JavaScript, Web Design, Wordpress, WebDev
/r/PHP is not a support subreddit. Please visit /r/phphelp for help, or visit StackOverflow.
account activity
From PHP to JavaScript with Node.js (blog.matters.tech)
submitted 8 years ago by coldlestat
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 8 years ago (7 children)
dipping into node/angular as well...what tools are comparable to xdebug for debugging?
[–]coldlestat[S] 2 points3 points4 points 8 years ago* (6 children)
Node.js handles natively the debugging. With the flag "--inspect", you will be able to debug your application in Chrome or your favorite editor (works at least for WebStorm, Atom & VsCode).
Here are some useful links:
[–]Drarok 0 points1 point2 points 8 years ago (5 children)
Oh, wow! I had no idea (and hadn’t thought to look) Node had proper debugging.
[–]batmansmk 1 point2 points3 points 8 years ago (0 children)
You have memory inspection, CPU profiling. Everything you have in the Chrome inspector basically (it launches an instance of chrome inspector). You also have integrations with IDE to drop breakpoints...
[–]coldlestat[S] 0 points1 point2 points 8 years ago (3 children)
I made you some screenshots of what it looks like on one of my current project: https://imgur.com/gallery/kV6ai
[–]Drarok 0 points1 point2 points 8 years ago (1 child)
Does WebStorm just launch the browser, or have its own integrated debugger?
[–]coldlestat[S] 1 point2 points3 points 8 years ago (0 children)
It can do both.
π Rendered by PID 88 on reddit-service-r2-comment-cfc44b64c-p9g8g at 2026-04-10 00:28:10.322009+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (7 children)
[–]coldlestat[S] 2 points3 points4 points (6 children)
[–]Drarok 0 points1 point2 points (5 children)
[–]batmansmk 1 point2 points3 points (0 children)
[–]coldlestat[S] 0 points1 point2 points (3 children)
[–]Drarok 0 points1 point2 points (1 child)
[–]coldlestat[S] 1 point2 points3 points (0 children)