ryan h

- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Created getting ReferenceError: process is not defined in debug
HiI get this ReferenceError: process is not defined when grunt tries to load grunt-contrib-uglify and I see this was a intellij issue and was fixedin Webstorm 7.0.3http://youtrack.jetbrains.com/iss... -
Created Debugging node child processes
Hi I have a nodejs server .From the server I Fork a new child process (node also that points to a js file.If I run my server in debug mode console.log and breakpoints do not work in the forked proc... -
Created Navigate file doesnt find all files
HiI have a WebModule project .When doing Ctrl Shift N and start typing the file name , not all files in the structure appear in the list.This seems to be something new that has happened and I dont ... -
Created launching chrome incognito in intellij 12
Hi I have a JavaScript Debug configuration that launches a chrome browserI need it to run incognitoplease help.Thanks. -
Created IDEA 12.1.4 sometimes hangs , high cpu usage.
I have a javascript project.recently I found that sometimes the idea takes very high cpu usage and memory and it hangs , I need to close it via the process explorer.it seems to happen more frequent... -
Created assertion in javascript: debugger statement stops in idea for chrome but not for firefox
HiI wrote an assertion function which uses the javascript debugger statement.when debugging in chrome the debugger stops at javascript debugger statement inside the idea However in firefox it seem... -
Created JS Remote Debugging breakpoints not always correct
Hi I am debugging a JavaScript web application and sometimes the breakpoints are not correctattached is a screen shot of the configured break point which is angular.js line 737 however when running... -
Created Cannot run node js server in debug mode (intellij 12.1 build IU 129.17)
Hi when trying to run node js server in debug mode I get the following error.12:21:27 PM NoSuchMethodError: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(545,65),absolute(-7... -
Created Javascript Debugger doesn't refresh source code automatically , must Reload File(v12.02)
I am running a Node JS server locally and have client side javascripts.I run the server and then run a second java script debug configuration (remote) with local host url.when I reach a breakpoint ... -
Created No console output when debugging chrome - Intellij idea 12.02
Hi I have a javascript project.I am using intellij idea 12.02I saw a few posts on this but dont quite understand what the status is right now.Question 1.when debugging in firefox , all the output c...