Author Topic: DeBug Plugin Feature request  (Read 6505 times)

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
DeBug Plugin Feature request
« 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
« Last Edit: November 20, 2007, 09:45:57 am by AmR EiSa »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: DeBug Plugin Feature request
« Reply #1 on: November 20, 2007, 05:53:50 pm »
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...

Offline Knx

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: DeBug Plugin Feature request
« Reply #2 on: November 20, 2007, 09:31:33 pm »
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"));
}

dragging once
Code
code here
if (0) {
-> wxMessage(_("a"), _("a"));
}

dragging again
Code
->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)

Offline orel

  • Multiple posting newcomer
  • *
  • Posts: 96
Re: DeBug Plugin Feature request
« Reply #3 on: November 21, 2007, 03:11:47 pm »
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.
« Last Edit: November 21, 2007, 03:13:46 pm by orel »
windows XP SP2
mingw gcc 3.4.5
svn Code::Blocks and M$ Visual Studio 2005 and .NET to eat!! SVNInside plugin :http://forums.codeblocks.org/index.php/topic,7063.0.html

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: DeBug Plugin Feature request
« Reply #4 on: November 23, 2007, 01:56:57 am »
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
« Last Edit: November 23, 2007, 06:10:09 am by AmR EiSa »