firefox-devtools / firefox-devtools/vscode-firefox-debug
The logpoints set in vscode are not displayed in browser console
- 主要言語
- TypeScript
- スター
- 447
- フォーク
- 76
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
I have this
```
"configurations": [
{
"name": "Launch Firefox Dev Edition",
"type": "firefox",
"request": "launch",
"reAttach": true,
"url": "http://localhost:4200",
"firefoxExecutable": "/home/dev/firefox-dev/firefox",
"webRoot": "${workspaceFolder}",
"profile": "dev-edition-debug",
"keepProfileChanges": true,
"pathMappings": [
{
"url": "webpack:///src",
"path": "${workspaceFolder}/src"
}
]
}
]
```
The breakpoint work well but if i set a logpoint this is not displayed in browser console.
I tried with firefox developer edition (v104) firefox (v103) firefox (v100.0.2) both in launch and in attach request with the same behavior.
I also tried with Chrome Attach and the logpoints are displayed in chrome console.
コントリビューションガイド
調査の方向性
まず、提供されている VS Code の launch および attach 構成を使って Firefox で問題を再現し、Chrome Attach と動作を比較します。Firefox debug adapter と console が logpoint をどのように処理するかを追跡し、VS Code で設定した logpoint のメッセージが Firefox browser console に出力されれば、問題は完了したものとします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 40/100