Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
DeBug Plugin Feature request
(1/1)
AmR EiSa:
Hello...,
can i make Feature request for DeBug Plugin Feature request ?
i asking about drag the arrow like VC++ , did gdb have this Feature ??
thanks for all this work :)
AmR EiSa
mandrav:
--- Quote from: AmR EiSa on November 20, 2007, 09:20:39 am ---Hello...,
can i make Feature request for DeBug Plugin Feature request ?
i asking about drag the arrow like VC++ , did gdb have this Feature ??
thanks for all this work :)
AmR EiSa
--- End quote ---
I have no clue what you 're talking about. Never seen or used VC++...
Knx:
I guess it's a feature where you drag the current point to another point, for example
before
--- Code: ----> code here
if (0) {
wxMessage(_("a"), _("a"));
}
--- End code ---
dragging once
--- Code: ---code here
if (0) {
-> wxMessage(_("a"), _("a"));
}
--- End code ---
dragging again
--- Code: ---->code here
if (0) {
wxMessage(_("a"), _("a"));
}
--- End code ---
You can even execute the code again (not a rollback)
orel:
I think you are talking about reversible debugging, a feature in MSVC that allow you to move the stack pointer to replay or jump some lines-expressions. I have used it since i have never found it any interest.
This feature is about to be implemented in branch 6.7 of gdb.
AmR EiSa:
it's mean drag 'n drop from current point to another point like Knx say and the Feature request about drag 'n drop the arrow in debug mode.
news: GDB 6.7.5 binaries and sources now available in this link "http://sourceforge.net/forum/forum.php?forum_id=757279"
so that mean I make good Feature request 8), did u think so too... ?
AmR EiSa
Navigation
[0] Message Index
Go to full version