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

SourceActorProxy Error on Setting Breakpoints

オープン
#302 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
447
フォーク
76
PR マージ指標
30日以内にマージされた PR はありません

説明

Hello, I'm having a repeat problem lately when trying to use this extension to debug an Angular 14 application in VSCode.

My OS is macOS 12.5.1 (x86_64)
Browser is Firefox Developer Edition 105.0b2
VSCode Version is 1.70.2
Extension Version is 2.9.8
Angular Version 14.0.5

I find that any time I set a breakpoint in a file while I have Firefox debugging started, I receive something to the effect of:

```
DEBUG|044.875|BreakpointsManager: Setting 1 breakpoints for /path/to/src/app/app.component.ts
DEBUG|044.876|SourceAdapter: Going to delete 0 breakpoints
DEBUG|044.876|SourceAdapter: Going to add 1 breakpoints
DEBUG|044.888|SourceMappingSourceActorProxy: Calculating ranges for webpack:///src/app/app.component.ts within its generated source
DEBUG|049.077|SourceMappingSourceActorProxy: Fetching generated breakpoint locations for webpack:///src/app/app.component.ts, 928:0 - 1131:0
DEBUG|049.077|SourceActorProxy: Fetching breakpoint positions of http://localhost:4200/main.js for range: {"start":{"line":928,"column":0},"end":{"line":1131,"column":0}}
DEBUG|049.077|DebugConnection: Sending request {"to":"server1.conn0.child10/source26","type":"getBreakpointPositionsCompressed","query":{"start":{"line":928,"column":0},"end":{"line":1131,"column":0}}}
DEBUG|049.078|DebugConnection: Received response/event {"from":"server1.conn0.child10/source26","error":"noSuchActor","message":"No such actor for ID: server1.conn0.child10/source26"}
ERROR|049.079|SourceActorProxy: No such actor "server1.conn0.child10/source26"
```

My launch.json config is:
```
{
"name": "Build then Launch Firefox",
"request": "launch",
"type": "firefox",
"url": "http://localhost:4200/",
"webRoot": "${workspaceFolder}",
"preLaunchTask": "npm: starthot",
"log": {
"fileName": "${workspaceFolder}/vscode-firefox-debug.log",
"fileLevel": {
"default": "Debug"
}
}
}
```

where npm: starthot is simply a wrapper for ng serve with the specific configuration we use for debugging supplied.

It seems the error is that the server1.conn0.child10/source26 actor does not exist. I've verified that the various under-the-hood settings in about:config are matching and we're using the default debugging ports. I can confirm that launch does start Firefox in remote control mode evidenced by the red-striped URL with a little robot, and if I open the devtools in the browser itself, I can navigate to the Webpack sources in the current thread, set breakpoints, and they are even hit in the browser console, but the breakpointing connection between VSCode/the extension and the browser seems to be getting stuck.

Any ideas or suggestions? Let me know if any further info is needed. Thank you!

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

投稿された launch.json 構成を使用して Angular アプリケーションに対するブレークポイントの失敗を再現し、その後、getBreakpointPositionsCompressed 周辺の SourceMappingSourceActorProxy および SourceActorProxy のログエントリから調査を開始します。VS Code からブレークポイントを設定しても noSuchActor エラーが発生せず、ブレークポイントで停止できれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
angular, typescript, vscode, webpack
領域
devtools, frontend
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
30/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。