diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/system/debugger.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/debugger.nim b/lib/system/debugger.nim index 6d5e2d648..564f080d1 100755 --- a/lib/system/debugger.nim +++ b/lib/system/debugger.nim @@ -55,7 +55,7 @@ var # in it dbgState: TDbgState # state of debugger dbgBP: array[0..127, TDbgBreakpoint] # breakpoints - dbgBPlen: int = 0 + dbgBPlen: int dbgSkipToFrame: PFrame # frame to be skipped to |