Skip to content
Evan Teran edited this page Dec 2, 2019 · 4 revisions

Screenshot

The register view shows the current register state of the program. It is broken up into several sections, one for each class of register.

When displaying a general-purpose register, the view will attempt to determine if that value is a pointer to a string, if it appears to be, it will be shown inline with the register's value.

When displaying the instruction pointer, the view will try to determine which module, and if symbols are available for that module, the location in that module the instruction pointer currently is

Clone this wiki locally