intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
106 stars 48 forks source link

Old mumps code debugging with vscode #1376

Closed antechdavid closed 3 months ago

antechdavid commented 3 months ago

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:

antechdavid commented 3 months ago

Duplicate