We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391164d commit b420a18Copy full SHA for b420a18
ibcm/simulator.js
@@ -119,7 +119,6 @@ function run_simulator() {
119
document.getElementById("bptitle").innerHTML = "Breakpoint (4 digits): ";
120
121
// run until the breakpoint is hit or the watchdog counter reaches its limit
122
- execute_instruction();
123
while (pc != "xxxx" && !awaiting_input && pc != breakpoint && (useWatchdogTimer ? watchdogCounter < WATCHDOG_MAX_LIMIT : true)) {
124
execute_instruction();
125
watchdogCounter++;
0 commit comments