主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kersten Lorenz
活动总数
13
最后的活动
2020年12月03日 16:35
成员加入日期
2015年02月11日 12:01
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(2)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2020年12月03日 16:35
Do not use port 9999 and also not 9990 if you have a Nvidia graphic card. This fixed the problem.
社区
IntelliJ IDEA Users
Remote deployment via management API of WAR in Wildfly (running in Docker)
1 票
创建于
2015年03月04日 11:04
I have the same problem! Using node 0.12 and Webstorm 9.0.3
社区
IntelliJ IDEA Users
Debugger won't connect to Node js session
0 票
创建于
2015年02月18日 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?
社区
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 票
创建于
2015年02月19日 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...
社区
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 票
创建于
2015年02月11日 14:58
No, it is not served by the browser when developing...But if I do this through Browser / Live Edit, breakpoints are ignored
社区
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 票
创建于
2015年02月11日 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?
社区
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 票
创建于
2015年02月18日 13:01
gulp-sourcemaps gulp.task('concat', function () { gulp.src(paths.scripts) .pipe(sourcemaps.init()) .pipe(concat('concat.js')) .pipe(sourcemaps.write(".")) .pipe(gulp....
社区
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 票
创建于
2015年02月18日 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...
社区
WebStorm
Debug AngularJS and NodeJS in Webstorm At Once (Without CORS)
0 票