Skip to content

Commit

Permalink
Also use shouldRun for first run call
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Apr 12, 2024
1 parent a7e947f commit 6cde1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HLAdapter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ class HLAdapter extends DebugSession {
}

override function configurationDoneRequest(response:ConfigurationDoneResponse, args:ConfigurationDoneArguments) {
run();
debug("init done");
shouldRun = true;
timer = new haxe.Timer(16);
timer.run = function() {
if( dbg == null )
Expand Down

0 comments on commit 6cde1c8

Please sign in to comment.