firefox-devtools / firefox-devtools/vscode-firefox-debug
Not stopping at Breakpoints
- 主要言語
- TypeScript
- スター
- 447
- フォーク
- 76
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
調査の方向性
Firefox の「Launch Scheduler」設定から始め、URL、webRoot、静的パスマッピングを含めて、/routing/schedule でのページ読み込みを再現します。設定された JavaScript ブレークポイントに到達するか確認します。デバッガーがそれらのブレークポイントで停止するか、issue が不足している設定または再現可能な原因を特定できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- django, javascript
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100