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