Skip to content
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

Support command stepping in debugger #1375

Open
antechdavid opened this issue Jun 6, 2024 · 4 comments · May be fixed by #1385
Open

Support command stepping in debugger #1375

antechdavid opened this issue Jun 6, 2024 · 4 comments · May be fixed by #1385
Labels

Comments

@antechdavid
Copy link

Type: Feature Request

Hi in mumps, we have B "S". This way one can step command by command. How can we do this with vscode? F10 only step to the next line.

Say, if I have a line like

S A=1 S B=2 S C=A+B

I cannot step within the line. But with "S", one can.

Do you have any idea?

Thanks,

David

Extension version: 2.12.5
VS Code version: Code 1.89.1 (Universal) (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:14:24.611Z)
OS version: Darwin arm64 23.5.0
Modes:

@isc-bsaviano
Copy link
Contributor

isc-bsaviano commented Jun 6, 2024

@antechdavid You can't do this right now. The Atelier debug agent that VS Code uses only does line stepping. Command stepping is definitely something I'd like to support. Ideally this would be configurable with command stepping being the default. However, this requires an IRIS change that I doubt could be back ported, so it would only work for future versions of IRIS.

@isc-bsaviano isc-bsaviano changed the title Old mumps code debugging with vscode Support command stepping in debugger Jun 6, 2024
@antechdavid
Copy link
Author

antechdavid commented Jun 6, 2024 via email

@isc-bsaviano
Copy link
Contributor

@antechdavid No, not yet. I clarified my earlier comment to say "future versions of IRIS".

@antechdavid
Copy link
Author

antechdavid commented Jun 6, 2024 via email

@isc-bsaviano isc-bsaviano linked a pull request Jun 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants