- support port range
- fix variable folding
- support passing command line arguments to script.
- add localiztion of launch.json description.
- additional check for
portsetting.
- support
ExceptionBreakpoint. - support
EvaluateForHovers. - fix A_debuggerName dose not always set on global.
- use win32 process com to aquire the pid of script to attach
- better way to hanlde launch request
- better way for non-block reading stdin
- attach request
- improve async respone by adding
ResumeRequestmethod - use compressed exe to reduce size
- improve event queue
- conditional breakpoint(experimental) (0.6.1)
- improve display (0.6.3)
- fix bugs
- fix bug about that debugee forever stopped when debugger stepin at return of hotkey (0.6.5)
- global error catch and fix bug about run without debug (0.6.7)
- change display about string (0.6.8)
- fix bugs about display and breakpoint across file (0.6.9)
- array and dict preview (0.6.11)
- improve speed of inspecting object (0.6.11)
- fix global variables can't display in H version (0.6.13)
- fix bugs when variable contains control character
- implement evaluate request (0.6.16)
- change varibles in debugging
- utf-8 support
- support rewrite varibles with type
- run without debug
- fix breakpoints bugs in cross file(0.4.1)
- Autodetect ahk executable.
- Fix stopped reason display.
- Improve undefined variable display.(0.3.1)
- Disconnect correctly(able to restart).
- Fix pause request.
- Use inner ahk.(0.2.1)
- Add config option AhkExecutable.(0.2.1)
- Fix bugs abort breakpoints.
- Support viewing variables in different stacks.
- Fix display bugs.(0.1.1)
Support redirecting standard io streams to debug console.
Fix display bug in object