Skip to content

Commit

Permalink
Revert "trying to fix debugging"
Browse files Browse the repository at this point in the history
This reverts commit 2d16137.
  • Loading branch information
yazz committed Dec 9, 2024
1 parent 2d16137 commit 2f98374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -11430,7 +11430,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
console.log("Global var 'show_running_apps' changed : " + JSON.stringify(nv))
mm.refresh ++
})
yz.uiDb.endDebug()
yz.uiDb.endDebugFn()
},

// local filesystem stuff
Expand Down Expand Up @@ -12644,7 +12644,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
}
}

yz.uiDb.endDebug()
yz.uiDb.endDebugFn()
},

// Simple web UI helpers
Expand Down Expand Up @@ -13992,7 +13992,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
nextLine = yz.uiDb.linesOfSourceFile[sourceForFunction.fileName][endLineNumber - 1]
if (endLineNumber == yz.uiDb.linesOfSourceFile[sourceForFunction.fileName].length) {
readAnotherLine = false
} else if (nextLine.indexOf("yz.uiDb.endDebug(") != -1) {
} else if (nextLine.indexOf("yz.uiDb.endDebugFn(") != -1) {
endLineNumber ++
readAnotherLine = false
} else {
Expand Down

0 comments on commit 2f98374

Please sign in to comment.