clrdbg expression evaluation commands are not interuptable
Open
Debugger
Debugger-Poachable
OmniSharp
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 18h 40m
- Merged PRs (30d)
- 31
Description
commands sent to clrdbg are executed synchronously. When a long running task such as expanding a really long array in the watch window is running, debugger is unresponsive because it is not processing inputs.
Contributor guide
Assessment
This issue has not been assessed yet.