Do any debuggers that support multiple programming languages allow a retry by stepping backwards?

  softwareengineering

Once you set and hit a breakpoint, is there any way to edit and retry the code by allowing one to “backstep” to line by line or to a previous / new breakpoint? I seem to remember a “edit and continue” feature in VBA, but why not in any programming language and go farther back then one line?

New contributor

Robert Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT