Summary: | Viewers in debugger could use a better UI | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | wishlist | CC: | niko.sams |
Priority: | NOR | ||
Version: | 4.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Smirl
2004-01-02 19:35:07 UTC
I second that. The "Views" for the Debugger are completly useless, since you can't step while a view is active. The Disassembly window has some issues too, it can't scroll back and often not enough lines are displayed. Something like the source window in kdbg (which I am actually using when it comes to debugging) would be nice. Value and type of a variable could be displayed as a tool tip ond mouseover. I absolutely agree. The debug viewers must be available as a non-modal docked window, analogically to watch window, otherwise it is pretty useless. The memory dump should be done like in Visual Studio: docked, the memory changes are visible in different color while stepping through the code, I can select the format (1,2 or 4 bytes), and there should definitelly be an ASCII stripe to see text. It also should be possible to change the memory contents here manually. In fact, all this should closely resemble KHexedit. The memory dump should display memory from the given base up to the dock display size (currently one has to enter both base and size). Is there any progress on this? KDevelop4 has all views docked. The debugger creates no dialogs afaik. |