Releases: ovidiuvio/VSDebugPro
Releases · ovidiuvio/VSDebugPro
VSDebugPro 4.3.5.0
VSDebugPro 4.3.5.0
VSDebugPro 4.3.4.0
- Added evaluation depth flag for print / export commands
- Move to AsyncPackage
- Fixed possible crash due to content type at initialization
- Full Changelog: 4.3.3.0...4.3.4.0
VSDebugPro 4.3.3.0
- Minor VSIX changes
VSDebugPro 4.3.2.0
- Added C++ json serialization for print / export
- Refactored expression evaluation
- Improved debug format serialization
VSDebugPro 4.3.1.0
- Fix empty variables crash in exec command
VSDebugPro 4.3.0.1-alpha (VS2022)
Alpha build preview: Breakpoint Actions - execute commands on hit
Details here: #42
VSDebugPro 4.3.0.0
- Added stackwalk command
- Added print command
- Added export command
VSDebugPro 4.2.3.0
- Added hexdump command
VSDebugPro 4.2.2.0
- Added basic command scripting:
https://www.vsdebug.pro/pages/docs/exec.html
variables:
var1: value1
var2: value2
commands:
- command1 {{var1}} {{var2}}
- command2 {{var1}} {{var2}}
VSDebugPro 4.2.1.0
- Added repeat last action command
- Added a command to export the commands history buffer as yaml
- Updated icons, toolbar
- Fix vsix dll includes