Community
Participate
Working Groups
It's only possible to set JavaScript breakpoints in .js files. It's not possible to set JavaScript breakpoints in the <script> section in a HTML file.
Created attachment 189350 [details] HTML file with <script> a HTML file with containing a <script> section where no breakpoints can be set
This is not currently supported, we only provide a toggle adapter for .js files. Changing to be an enhancement request.
With the fix to bug 361315, we now have a toggle adapter for the HTML editor. The default script path resolution still needs to be updated to handle the new path cases
Marking this bug as fixed. There was a last round of updates to the base script look up mechanism with the fix to bug 363399. Any additional problems with script resolution can be opened in their own bugs.