-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add interactive command line debugger support #144
Labels
enhancement
New feature or request
Comments
cmannett85
added a commit
that referenced
this issue
Feb 1, 2021
cmannett85
added a commit
that referenced
this issue
Feb 3, 2021
cmannett85
added a commit
that referenced
this issue
Feb 3, 2021
cmannett85
added a commit
that referenced
this issue
Feb 3, 2021
cmannett85
added a commit
that referenced
this issue
Feb 6, 2021
cmannett85
added a commit
that referenced
this issue
Feb 7, 2021
cmannett85
added a commit
that referenced
this issue
Feb 13, 2021
cmannett85
added a commit
that referenced
this issue
Feb 14, 2021
cmannett85
added a commit
that referenced
this issue
Feb 14, 2021
cmannett85
added a commit
that referenced
this issue
Feb 17, 2021
cmannett85
added a commit
that referenced
this issue
Feb 17, 2021
cmannett85
added a commit
that referenced
this issue
Feb 19, 2021
cmannett85
added a commit
that referenced
this issue
Feb 20, 2021
cmannett85
added a commit
that referenced
this issue
Feb 22, 2021
cmannett85
added a commit
that referenced
this issue
Mar 2, 2021
cmannett85
added a commit
that referenced
this issue
Mar 7, 2021
cmannett85
added a commit
that referenced
this issue
Mar 7, 2021
cmannett85
added a commit
that referenced
this issue
Mar 28, 2021
cmannett85
added a commit
that referenced
this issue
Apr 19, 2021
cmannett85
added a commit
that referenced
this issue
Apr 28, 2021
cmannett85
added a commit
that referenced
this issue
Apr 30, 2021
cmannett85
added a commit
that referenced
this issue
May 15, 2021
cmannett85
added a commit
that referenced
this issue
May 18, 2021
cmannett85
added a commit
that referenced
this issue
May 21, 2021
cmannett85
added a commit
that referenced
this issue
May 21, 2021
cmannett85
added a commit
that referenced
this issue
May 22, 2021
cmannett85
added a commit
that referenced
this issue
May 23, 2021
cmannett85
added a commit
that referenced
this issue
May 23, 2021
cmannett85
added a commit
that referenced
this issue
May 25, 2021
cmannett85
added a commit
that referenced
this issue
May 27, 2021
cmannett85
added a commit
that referenced
this issue
May 28, 2021
cmannett85
added a commit
that referenced
this issue
May 30, 2021
cmannett85
added a commit
that referenced
this issue
Jun 1, 2021
cmannett85
added a commit
that referenced
this issue
Jun 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This must be done after #135.
A flag on the command line starts the VM in interactive mode, where the debugger control can happen alongside the program's I/O. This is an extension of #135 but will allow for breakpoints to added/removed during execution, and gives a real use for resume functionality.
This will rely on ncurses (or an ncurses-like library) to do the terminal rendering.
This ticket will define and test the basic functionality needed by the upcoming new playground UI and native UI.
Notes
-i
flag. Other flags will be honoured (overridden by help and version as normal) - except--debugger-script
as that is replaced by this functionalitymalbolge
targetmain()
should create an instance of it, passing theargument_parser
as a const referenceThe text was updated successfully, but these errors were encountered: