Question
· Jun 4

Old mumps code debugging with vscode

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

Product version: IRIS 2020.1
Discussion (3)3
Log in or sign up to continue