|
| Few suggestions |
 |
Wed, 2 Apr 2008 09:15:01 -0700 |
Here are some suggestions for WinDbg:
1: A window pane for the stack and it's contents like OllyDbg: This would
really help a alot when debugging applications as you could see the contents
of stack (ESP and EBP)
2: When double-clicked on loaded modules WinDbg should show the disassembly
of that specific module from it's base address.
3: Shouldn't there be an option to directly goto the entry point and show
the disassembly of the application we are about to debug? By default WinDbg
will pause @DbgBreakPoint. And we have to keep stepping into and out to get
to our applications disassembled code. It's annoying.
4: Window pane for the different sections (.text, .data, .rdata) of PE and
the loaded modules) like OllyDbg
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|