Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Usability issues

<< < (6/9) > >>

ollydbg:

--- Quote from: geiermeier on June 02, 2009, 09:04:38 am ---
--- Quote ---Issue 7: Send command to debugger field

I think this one was requested once a long time ago. It would be a seldom used feature, but it would also be handy to have. The debugger output window would be a good place to put it in.
--- End quote ---

I second this one, too. Using the "Send user command to debugger" option is just too cumbersome. It's one of the most annoying things in CB for me.

--- End quote ---

As far As I can remember, this functionality has already implemented, their is a small dialog for you to enter the command directly to GDB. :D

MortenMacFly:

--- Quote from: ollydbg on June 02, 2009, 05:25:27 pm ---As far As I can remember, this functionality has already implemented, their is a small dialog for you to enter the command directly to GDB. :D

--- End quote ---
That is correct, but if you want to send a list of commands it's annoying to open this dialog over-and-over again. That's why there should indeed be a "static" input box, e.g. in the debugger's log / whatever window.

ollydbg:
@macfly
I second the static input box inside "debugger's log panel" :D.

oBFusCATed:
I vote for "Issue 6: Set next instruction", priceless when you get used to it (gdb implementation might not be 100% working, thought) :lol:

I want to add another annoying issue:
The tooltips steal the keyboard focus from the editor and the shortcuts are not processed anymore  :(
So I have to move the mouse to disable the debugging tooltip, while I'm stepping through the code :(

Where is the problem in wx, cb or gtk? I'm observing this problem on linux (I don't remember if it is pressent on windows)

Pecan:

--- Quote from: oBFusCATed on June 04, 2009, 01:27:13 pm ---...
I want to add another annoying issue:
The tooltips steal the keyboard focus from the editor and the shortcuts are not processed anymore  :(
So I have to move the mouse to disable the debugging tooltip, while I'm stepping through the code :(

Where is the problem in wx, cb or gtk? I'm observing this problem on linux (I don't remember if it is pressent on windows)

--- End quote ---

It occurs on wndows also. but the following will stop it.



Place statement 2507(above) in the proper line for your version of debuggergdb.cpp .

The member is "void DebuggerGDB::OnValueTooltip(CodeBlocksEvent& event)"

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version