Skip to content

fix: debugger step operations#108

Merged
clairechingching merged 1 commit intoblueshift-gg:masterfrom
bidhan-a:fix/debugger-step-ops
Mar 7, 2026
Merged

fix: debugger step operations#108
clairechingching merged 1 commit intoblueshift-gg:masterfrom
bidhan-a:fix/debugger-step-ops

Conversation

@bidhan-a
Copy link
Copy Markdown
Contributor

@bidhan-a bidhan-a commented Mar 4, 2026

Summary

Currently, the debugger only supports next (n), which behaves more like step by stepping into each instruction. This PR replaces it with proper step operations:

  1. step (s) – Step into each instruction
  2. next (n) – Step over a function call
  3. finish (f) – Step out if currently inside a function

@clairechingching clairechingching merged commit ee506a6 into blueshift-gg:master Mar 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants