Structures, Single Step
When a + sign is next to a variable in the locals window, it means that variable is a structure
- Clicking on + sign expands structure contents
- Use Options > Debug to change radix from Hex (default) to either binary or decimal
To set additional breakpoints in source code, click on source line then click on hand symbol in the toolbar.
- To remove the breakpoint, click on the line again then click on the hand symbol.
To single step, use F10 to step over, F8 to step into.