Search code examples
javascriptdjangopycharm

PyCharm Django Javascript Debugger


I cannot figure out how to debug JavaScript code that is executed while loading a Django template.

I have installed the ChromeExtension (localhost and port 63342). Then I have created a RunConfiguration:

JsDebug with the url "http://localhost:63342/ThingShare/2/" Every time I try to debug this I receive :404 not found. The Debugger Console says : "Connected to JetBrains Chrome Extension"

The same url

"http://localhost:8000/ThingShare/2/" works like a charm. I have no clue where to continue here


Solution

  • I could not get this thing to work properly. I switched to the chrome javascript debugger without any hassle