Bastian Hoyer
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 :-)... -
Created 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...