firefox-devtools / vscode-firefox-debug

VS Code Debug Adapter for Firefox
https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug
MIT License
397 stars 66 forks source link

clearConsoleOnReload #347

Open WagnerDon opened 1 year ago

WagnerDon commented 1 year ago

"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.

nchevobbe commented 10 months ago

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