-
Notifications
You must be signed in to change notification settings - Fork 160
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
Allow setting debug mode via CLI #1322
Comments
We already debug mode in CLI (see here). Or did you mean something else? |
Yeah, I was thinking of the |
Ah - I missed that this was specifically for the |
Would this
Why not just do this?
This seems to already support |
Yes, that's how I was thinking it would work.
This command would start an interactive debugger and then the user would be able to step through the execution. The two approaches are similar but the interactive debugger is quite a bit heavier and may not be needed in all cases. |
Closed by #1502. |
Task
Add a flag to the run command which enables the assembler debug mode.
The text was updated successfully, but these errors were encountered: