Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Not stopping at Breakpoints

Open
#388 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

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.

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
Dominant language
TypeScript
Stars
447
Forks
76
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from firefox-devtools/vscode-firefox-debug

All issues in firefox-devtools/vscode-firefox-debug

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.