Debug jquery

I’m not sure if this is “something broken” or a “how to”. I’m running Komodo 8.5.4 on a mac. I put a breakpoint inside the script that is embedded in an HTML file…
Nothing happens. Well, almost nothing. The script doesn’t run. And the debugger doesn’t seem to fire.

Unfortunately you cannot debug javascript that is ran inside the browser. Komodo currently allows you to set breakpoints in any single file which obviously leads to confusion, we will be fixing this. To debug javascript for your websites I would recommend you to use your built-in browser dev tools.