News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

DeBug Plugin Feature request

Started by AmR EiSa, November 20, 2007, 09:20:39 AM

Previous topic - Next topic

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

I have no clue what you 're talking about. Never seen or used VC++...
Be patient!
This bug will be fixed soon...

Knx

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)
Using:
• Code::Blocks SVN        • wxWidGets 2.8.6
• Windows XP SP2          • MinGW Latest  Wish List • Code folding (For wxSmith and more options like NetBeans)

orel

#3
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.
windows XP SP2
mingw gcc 3.4.5
svn Code::Blocks and M$ Visual Studio 2005 and .NET to eat!! SVNInside plugin :[url="http://forums.next.codeblocks.org/index.php/topic,7063.0.html"]http://forums.next.codeblocks.org/index.php/topic,7063.0.html[/url]

AmR EiSa

#4
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