Are there any well known tools or plugins I can use to get properties about HWNDs while debugging / stepping through Visual Studio? I know I can use Spy++ for these things, but it's cumbersome to do so while also stepping in the debugger. What I'd love to do is drop a HWND into a Watch
child window and see things such as:
- Client Rect
- Window Rect
- Styles / Extended Styles
- The window's class in human-readable form
- The window's name (::SetWindowText)
- etc.
This seems like pretty basic stuff to me that would be useful to anyone. Does such a plugin exist? Can I accomplish this by playing games with Autoexp.dat?