Skip to content

Commit

Permalink
Fix paused on thread exception not showing thread
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Apr 29, 2024
1 parent 93ffe13 commit fbda12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HLAdapter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ class HLAdapter extends DebugSession {
case Error, StackOverflow:
var error = msg == Error ? "Access Violation" : "Stack Overflow";
debug("*** "+error+" ***");
syncThreads();
beforeStop();
var ev = new StoppedEvent(
"exception",
Expand Down

0 comments on commit fbda12a

Please sign in to comment.