Skip to content

Commit

Permalink
trying to fix debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Jan 8, 2025
1 parent c83564d commit 860d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -13447,7 +13447,6 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
// it just has "dbgCode" set to "null" so that no logging occurs
//
if ((dbgCode != null) && (yz.uiDb.tablesCreated)) {
debugger
if (startOfSql.startsWith("insert") || startOfSql.startsWith("update") || startOfSql.startsWith("delete")) {
let sourceForCallerOfFunction = yz.uiDb.findSourceLineInCode(dbgCode)
let sourceFileName = null
Expand Down Expand Up @@ -13699,6 +13698,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
//
// Find out which source code line we are editing
//
debugger
let sourceForFunction = yz.uiDb.findSourceLineInCode(debugId)

//
Expand Down

0 comments on commit 860d863

Please sign in to comment.