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

Splitting debugger in two - specific debugger and common GUI

<< < (52/136) > >>

oBFusCATed:
Another stable patch: http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0016.7.1.patch

All changes from the previous patch plus:
4. Fixed the examine memory parser problem described here: http://forums.codeblocks.org/index.php/topic,13273.new.html
5. Replaced \\t with \t, because it seems that wxRegEx doesn't support '\\t' by default, wxRE_ADVANCED should be used

MortenMacFly:

--- Quote from: oBFusCATed on September 16, 2010, 12:01:59 am ---Another stable patch: http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0016.7.1.patch

--- End quote ---
The other one (http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0017.3.patch) now won't apply anymore btw...

oBFusCATed:
Yes, the patches has duplicate changes, if you remove the duplicates it should apply :)
If not I'll fix it tonight...

oBFusCATed:
Next stable patch: http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0016.8.patch

1. Added UpdateUI event for the controls used for sending commands to debugger.
2. Commands send from the normal log ("Debugger") print their result to both logs.
3. Some cleaning

Please test

cbexaminr:
Is there currently a debugging step capability within something like the disassembly window?

If not, do you have any plans, or know if others do, to add one?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version