Highlights:
Can debug multiple scripts concurrently of all of the following:
- Elevated scripts
- Non-elevated scripts
- AHK V1 scripts with V1 language support (not sure how current)
- AHK V2 scripts with V2 language support (not sure how current)
- Varying script extensions e.g. .ahk, .ahk2, .ah2
- Doesn’t slow down over time while single-stepping
- Can click on error line in DEBUG CONSOLE to jump to error line of code
- Watch expressions
- Advanced breakpoint:
- Conditional breakpoints on VariableName or Primitive with simple operators
- Hit Count breakpoints for how many times a line is executed