Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kersten Lorenz
Total activity
13
Last activity
December 03, 2020 16:35
Member since
February 11, 2015 12:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
December 03, 2020 16:35
Do not use port 9999 and also not 9990 if you have a Nvidia graphic card. This fixed the problem.
Community
IntelliJ IDEA Users
Remote deployment via management API of WAR in Wildfly (running in Docker)
1 vote
Created
March 04, 2015 11:04
I have the same problem! Using node 0.12 and Webstorm 9.0.3
Community
IntelliJ IDEA Users
Debugger won't connect to Node js session
0 votes
Created
February 19, 2015 08:18
So maybe your path is not correct. I tried a little around, and finallly took "./src", which worked. My original code is in src, and the generated files (both, js and map) are a level higher.Anyway...
Community
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 votes
Created
February 18, 2015 15:38
Thank you Elena! This works for me. So, in WebStorm 10 it works out of the box? Does it use the included content?
Community
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 votes
Created
February 18, 2015 13:01
gulp-sourcemaps gulp.task('concat', function () { gulp.src(paths.scripts) .pipe(sourcemaps.init()) .pipe(concat('concat.js')) .pipe(sourcemaps.write(".")) .pipe(gulp....
Community
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 votes
Created
February 18, 2015 12:35
But this doesn't work. In Chrome everything is fine. Source maps are available und breakpoints work like expected.But in Webstorm no breakpoint is triggered in the original files. By the way, the s...
Community
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 votes
Created
February 11, 2015 15:38
Ok, this works right now. A HTTPS problem. But what about source maps. We concat everything in an app.js file. Can we debug the orginal files?
Community
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 votes
Created
February 11, 2015 14:58
No, it is not served by the browser when developing...But if I do this through Browser / Live Edit, breakpoints are ignored
Community
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 votes