Bastian Hoyer
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
创建于 node multiprocess debugging not working
I try to debug a multiprocess node application, but the childs won't show up in the debugger. In the log I see: Debugger listening on ws://127.0.0.1:60737/aee8b29c-6ed1-4dee-9fff-f963da904c6bFor h... -
创建于 how to enable emmet in javascript files
Hi,I have just watched the deep dive into webstorms new features youtube video, and one feature that is shown at https://www.youtube.com/watch?v=L-3kegPlQ_c#t=541 is using emmet in javascript files... -
创建于 links to templates pyramid
Hi,I'm currently working on pyramid project, and I'm missing the links to the template files next to the line numbers in code and the link to the function in the template file.I think they were vis... -
创建于 python mixin return type
Hi,I wonder if it's possible to specify the return type of a function in the superclass so pycharm will recognize the correct return type. class CRUDMixin(object): id = db.Column(db.Integer, pr... -
创建于 console exception links using vagrant
Hi,I recently switched using vagrant for my python project and have a problem with the console.When I was using virtualenv, lines in the console that contains references to my code, like File "/v... -
创建于 running script before build of main target starts
Hi,in my Project I need to run a script before the build of the main target starts. XCode 4 don't support the "Shell Script Targets" anymore, but there is a workaround for that.You can create an "A... -
创建于 multi process debugging with werkzeug/flask
Hi,I successfully used the multi process debugging on an django project, but I wonder if it is also possible to use it on a werkzeug/flask project and wonder what I have to do to get it working :-)... -
创建于 eap multi process debugging?
Hi,in the release notes I read that django debugging with a reloader is now possible with the eap builds... do I have to do anything to enable that ?the created command line is:/System/Library/Fram...