1. Function:
Debug the template.
2. Breakpoint:
(1) Suspended directive on breakpoint
(2) Line of $. or $breakpoint directive
(3) Double click line number.
3. Debug Window Buttons:
Shortcut Key:"ALT + F5", "Step Into"
Shortcut Key:"ALT + F6", "Step Over"
Shortcut Key:"ALT + F7", "Step Return"
Shortcut Key:"ALT + F8", "Resume", Resume run to next breakpoint.
Shortcut Key:"ALT + F9", "Resume All", Resume and skip all breakpoints.
Shortcut Key:"ALT + F10", "Terminate", Terminate run.
4. Debug Window Snapshot:
Directive:
Text:
Add breakpoint:
Resume run to breakpoint:
|