Thursday, October 8, 2009

Pseudo-registers for Visual Studio IDE

The post by Gregg -- Whidbey Debugger pseudo-register - $user introduces a new pseudo-register -- $user. The pseudo-register provides "loads of information about the debuggee user" and is helpful when it comes to debugging security related issues. Besides, '@err,hr' will print the last win32 error formatted as an error message. It is also very handy.

The post by Kenny Kerr -- X64 Debugging With Pseudo Variables And Format Specifiers provides a more comprehensive list of pseudo-registers.

0 comments:

Post a Comment