Debugging Django issues.
I just downloaded PyCharm yesterday. I'm trying to debug a pre-existing project.
On running the debugger I'm confronted with this:
"Waiting for connection from 'Jetbrains IDE Support extension' for Chrom.Please ensure you have installed the extension and IDE port configuration..."
I don't understand this.
I'm not using Chrom; I'm using Firefox and Safari. So what's this about?
Also, any suggestions on how to step through thous debugger will be appreciated.
Thanks
On running the debugger I'm confronted with this:
"Waiting for connection from 'Jetbrains IDE Support extension' for Chrom.Please ensure you have installed the extension and IDE port configuration..."
I don't understand this.
I'm not using Chrom; I'm using Firefox and Safari. So what's this about?
Also, any suggestions on how to step through thous debugger will be appreciated.
Thanks
Please sign in to leave a comment.
this extension you can use for debugging javascript.
please, go to Run->Edit configurations->'your configuration' and uncheck 'Start javascript debugger automatically' checkbox.
All debugger actions are available in Run menu.
One thing that happens is I wind up looking at code, in the debugger, that's out is some extraneous library; not my code. Can not step into or evaluate the break points I've set.
could you please describe the problem a bit more detailed?