Skip to content

Commit

Permalink
Fix pollution with global variable "last_next_step_cmd", other places…
Browse files Browse the repository at this point in the history
… seem to use "_Dbg_last_next_step_cmd" already
  • Loading branch information
jansorg committed Jun 17, 2024
1 parent 4204dd4 commit c9cf5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
typeset -i _Dbg_need_input=1 # True if we need to reassign input.
typeset -i _Dbg_brkpt_num=0 # If nonzero, the breakpoint number that we
# are currently stopped at.
typeset last_next_step_cmd='s' # Default is step.
typeset _Dbg_last_next_step_cmd=''
typeset _Dbg_last_print='' # expression on last print command
typeset _Dbg_last_printe='' # expression on last print expression command

Expand Down

0 comments on commit c9cf5f7

Please sign in to comment.