Neithan Maxcom

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 6
-
Neithan Maxcom created a post, Debugging online js
So, just like you can do with chrome, pop up dev tools and dig around a website, with breakpoints and so on. I want to do the same with Webstorm. I think that I managed to do that choosing the "j... -
-
-
Neithan Maxcom commented, -
Neithan Maxcom commented, -
-
-
Neithan Maxcom created a post, How to get decent documentation on javascript functions?
Because this isn't that helpful: Specially when more "simple editors" get you the real deal: I went to the documentation source of that not-documented function (as all other functions I tried... -
Neithan Maxcom commented, -
Neithan Maxcom created a post, "V8CommandProcessor$1" debugging error with NodeJS
If I run the tipical NodeJS server app, i can debug just fine, but if I try to run a single .js as a standalone script I get weird errors. For example: var request = require('request');request = re...