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
- Ensure console session is disposed when debug session is destroyed
-- Remove monaco completion item provider on disposal
- Only trigger console session functionality for matching debug session
-- Consider child sessions when searching for valid parents
-- Ensure we provide completion items for our own session
-- Ensure we provide evaluation for our own session
- Sync debug console with the currently selected session
Fixes#10468Fixes#10648
Bug Description:
Executing expressions during a debug session in the debug console does not work.
The following logs are present:
theia: executing expressions does not work
theia-expression.mp4
vscode:
vscode-expression.mp4
Steps to Reproduce:
console.log("hello")
in the debug console - nothing happensThe text was updated successfully, but these errors were encountered: