▲ | coderatlarge 5 days ago | |||||||||||||||||||||||||
windbg used to offer scripting capabilities that teams could use to trigger validation of any number of internal data structures essentially at every breakpoint or watchpoint trigger. it was a tremendous way to detect subtle state corruption. and sharing scripts across teams was also a way to share knowledge of a complex binary that was often not encoded in asserts or other aspects of the codebase. | ||||||||||||||||||||||||||
▲ | bpye 5 days ago | parent [-] | |||||||||||||||||||||||||
This still exists? You can also use JavaScript to script/extend and there is a native code API too. Note: I do work at MSFT, I have used these capabilities but I’m not on the debugger team. https://learn.microsoft.com/en-us/windows-hardware/drivers/d... | ||||||||||||||||||||||||||
|