[Bug 60670] Changing debugger default output radix

Jon Smirl jonsmirl at yahoo.com
Fri Dec 5 20:43:05 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=60670     




------- Additional Comments From jonsmirl at yahoo.com  2003-12-05 20:41 -------
This is an very annoying issue in the debugger. People who know enough about GDB can work around it with 'set output-radix 16'. But even that has problems, for example I am stopped on a line with a bug. I change the output radix. But the only way to make the display update to the new radix is to step a line. But I don't want to step a line. So I end up using calc to overcome the debugger deficency.

Correct solution is for a right click item or menu choice on the watch window to flip between hex and decimal display.

I don't really agree that this is a wish item. Every other debugger I've used can flip between hex and decimal display.




More information about the KDevelop-devel mailing list