You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or maybe we should completely suppress the ".stepover" and "stepped to" messages when we are debugging. I don't know of any other dev apps that actually print messages when debugging. It's fine to print the messages if you actually type ".stepover" at the command line, but if you're using the buttons in VS Code we could probably just suppress them.
The manual .stepover (.so) is not so useful in VSCode anyways, as keyboard focus goes to the code every time, requiring a mouse click to get back and type the next one... pretty useless.
Keyboard focus going to the code is also an irritating "feature" when using the buttons (or F10, for that matter), in general but particularly so if you're manipulating string variables, as the values are not shown in the local variables panel. So you'd like to print them... but that requires a mouse-click every time to get the focus back to the prompt.
Is there a way to prevent the keyboard focus change?
Current Behavior
When stepping through code, the message "Stepped to: ..." is appended to last line of program output, making it difficult to read, e.g.,:
Here "Considering: ''" is program output, and the stepping message is appended immediately after
Expected Behavior
Stepping messages should occur on a separate line below last program output line
GitHub Repo
No response
Steps to Reproduce
Failure Logs
No response
Operating System
IDL Version
9.1.0
Additional Information
No response
The text was updated successfully, but these errors were encountered: