vscode-firefox-debug icon indicating copy to clipboard operation
vscode-firefox-debug copied to clipboard

clearConsoleOnReload

Open WagnerDon opened this issue 2 years ago • 1 comments

"Clear the debug console in VS Code when the page is reloaded in Firefox" feature does not work. The console will still stack up with old and new messages. Neither in opening a file or in local-host.

WagnerDon avatar Nov 21 '23 17:11 WagnerDon

Thanks for the report. I do reproduce the issue.

Clearing should happen from https://github.com/firefox-devtools/vscode-firefox-debug/blob/53b30e4918e3e7c6e6c176f791fe10f31bab1a52/src/adapter/firefoxDebugSession.ts#L401-L407

nchevobbe avatar Jan 22 '24 13:01 nchevobbe

This is fixed in version 2.13.0.

hbenl avatar Jan 10 '25 10:01 hbenl