firefox-devtools / firefox-devtools/vscode-firefox-debug

Not stopping at Breakpoints

Open
#388 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
447
Forks
76
PR merge metrics
No merged PRs in 30d

Description

Hello team,
I am trying to debug javascript inside a django application. I have breakpoints set within the JS yet for some reason when I load the page its not triggering the debugger. Is this just not possible?

Here is my Launch
```{
"name": "Launch Scheduler",
"type": "firefox",
"request": "launch",
"reAttach": true,
"url": "http://localhost:8000/routing/schedule",
"webRoot": "${workspaceFolder}",
"pathMappings": [
{
"url": "http://localhost:8000/static",
"path": "${workspaceFolder}/mainapp/static"
}
]
},```

Any help is greatly appreciated

Contributor guide

Open the contributing guide

Research direction

Start with the “Launch Scheduler” Firefox configuration, including its URL, webRoot, and static path mapping, and reproduce the page load at /routing/schedule. Check whether the configured JavaScript breakpoints are reached; done means the debugger stops at those breakpoints or the issue identifies the missing configuration or reproducible cause.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, javascript
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.