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
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
I have no clue what you 're talking about. Never seen or used VC++...
I guess it's a feature where you drag the current point to another point, for example
before
-> code here
if (0) {
wxMessage(_("a"), _("a"));
}
dragging once
code here
if (0) {
-> wxMessage(_("a"), _("a"));
}
dragging again
->code here
if (0) {
wxMessage(_("a"), _("a"));
}
You can even execute the code again (not a rollback)
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.
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