-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
First implementation of TI-Basic debugging (Fix #286) #457
Conversation
Tested locally, seems to work as well as it did a few years ago :P |
Build works on jacobly's CI: https://jacobly.com/CEmu/1fbf136639c46ae4100cad01a6753fbdd1e02caa/build.log |
9586d76
to
1fbf136
Compare
Looks like this: |
debugBasicLeave(false); | ||
} | ||
|
||
void MainWindow::debugBasicStepNext() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that part isn't done yet, I'll mention it in #456
No description provided.