The Visual Studio debugger currently uses blocking calls to Go and StepInto, which interferes with Dexter's ability to do any processing (e.g. checking for time outs) in between. This patch updates these functions to use non-blocking calls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo