Skip to content

Commit 6145fe0

Browse files
author
Mihail Slavchev
committed
fix issue #397
1 parent 24acc4d commit 6145fe0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/src/com/tns/JsDebugger.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,10 @@ public void start()
580580

581581
registerEnableDisableDebuggerReceiver(handler);
582582

583-
logger.write("Enabling Debugger Agent");
584-
enable();
585-
586583
boolean shouldDebugBrake = getDebugBreakFlagAndClearIt();
587584
if (shouldDebugBrake)
588585
{
586+
enableAgent();
589587
debugBreak();
590588
}
591589
}

0 commit comments

Comments
 (0)