You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a compound configuration for debugging, vscode-js-debug will write trace logs to the same log file for all targets with trace enabled if they each use vscode-js-debug. This ends up producing corrupt logs.
You'd run into this in attempting to debug electron apps, where you would want to debug the main process and renderer process simultaneously.
To Reproduce
Steps to reproduce the behavior:
I've created a branch in my repo to reproduce this:
Describe the bug
When using a compound configuration for debugging, vscode-js-debug will write trace logs to the same log file for all targets with
trace
enabled if they each use vscode-js-debug. This ends up producing corrupt logs.You'd run into this in attempting to debug electron apps, where you would want to debug the main process and renderer process simultaneously.
To Reproduce
Steps to reproduce the behavior:
I've created a branch in my repo to reproduce this:
git clone --branch new-debug https://github.com/nikitalita/steam-gyro-for-cemuhook
npm i && npm run build:all-debug
Log File
Corrupt log file:
vscode-debugadapter-8.json.gz
VS Code Version: 1.50.1
The text was updated successfully, but these errors were encountered: