You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a function contains a nested loop, the debug symbols of the local variables stop getting emitted. Only the i and j variables remain, but the nFoo variable is gone. Without the nested loop, the nFoo variable is available in the .dbg.locals.
When a function contains a nested loop, the debug symbols of the local variables stop getting emitted. Only the
i
andj
variables remain, but thenFoo
variable is gone. Without the nested loop, thenFoo
variable is available in the .dbg.locals.Tested with https://peace-maker.github.io/sourcepawn-disassembler-web/
peace-maker/sp-console-debugger#2
The text was updated successfully, but these errors were encountered: