Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Not stopping at Breakpoints #388

Copy link
Copy link
@Riprock

Description

@Riprock
Issue body actions

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
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.