Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

superbol-debug: step over steps into sort #362

Open
GitMensch opened this issue Aug 20, 2024 · 0 comments
Open

superbol-debug: step over steps into sort #362

GitMensch opened this issue Aug 20, 2024 · 0 comments
Labels
debugger Specific to the debugger extension

Comments

@GitMensch
Copy link
Contributor

From worldcities7.cbl:

           sort sort-file
               ascending key sort-city-country-code
                   sort-city-latitude
                   sort-city-longitude
               input procedure sort-input
               output procedure sort-output

"standing" at sort and doing a "step over" should not step into the sort-input procedure, but should position after the sort (internally using until of course).

... side note: if "step into" was used and then "continue until return" is used, then the procedure should be executed and the debugging should go to sort-input;

note to self: codegen needs to place the source information before /* USE PROCEDURE, step into will then nicely at least step to that line first (and then again depeding on "step into" / "step over" should go into that or not.

@nberth nberth added the debugger Specific to the debugger extension label Nov 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
debugger Specific to the debugger extension
Projects
None yet
Development

No branches or pull requests

2 participants