Add a "pause on error" command to the VM service #23900
Labels
area-observatory
closed-obsolete
Closed as the reported issue is no longer relevant
type-enhancement
A request for a change that isn't a bug
When debugging, it's very useful for a user to be able to pause the program when an error occurs. Of course there's already top-level error handling that can be done, but specifically being able to pause at the site where the error is thrown is most useful for inspecting local state and setting relevant breakpoints for a future run.
This is supported via Observatory, so I assume it's available privately in the VM service. Making it public would be great, and would help improve the debugging UI for the test runner.
The text was updated successfully, but these errors were encountered: