Skip to content

Beta Test B: Reverse Debugging

Pre-release
Pre-release
Compare
Choose a tag to compare
@maziac maziac released this 21 Dec 15:11

Note: This version is for windows, Mac and Linux.

This version includes the reverse debugging feature.
Please read the paragraph in the Usage.md documentation.

When testing the reverse debugging mode please have a look at

  • the correctness of the CALLSTACK (you have to get used to the behavior which looks somewhat unfamiliar at the beginning. E.g. if you step back over a RET instruction this will effectively add an item to the stack.
  • the correctness of the "Stack" in the VARIABLES section (here are the PUSHed values of a call frame stored).
  • the correctness of the registers in the VARIABLES section.
  • the register values while hovering.
  • using breakpoints during step back.
  • using breakpoints during step (forward) while in reverse debug mode.
  • please test all (blue) vscode step buttons.

To install this release in vscode:
Download the vsix file below.
Go to the command palette in vscode (i.e. press F1).
Enter "Extensions: Install from VSIX..."