Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Splitting debugger in two - specific debugger and common GUI
oBFusCATed:
Have you tried the "next instruction" and the new "step into instruction" commands?
cbexaminr:
No - hadn't taken note of those. Maybe because when I use them (I might have tried them before), while stepping does seem to occur, and I see the related actions in the Debugger (debug) log panel, I don't see any results anywhere else.
Is there some visual tracking of the process available outside of the log panel? If so, where, how activated? (I've looked at the Debug disassembly window, and it doesn't seem to be tracking anything there.)
Thanks.
oBFusCATed:
--- Quote from: cbexaminr on September 18, 2010, 01:27:09 am ---Is there some visual tracking of the process available outside of the log panel? If so, where, how activated? (I've looked at the Debug disassembly window, and it doesn't seem to be tracking anything there.)
--- End quote ---
You've to see the same yellow arrow in the Disassembly window, as with the normal editor.
If you don't see it, please post details in this thread: http://forums.codeblocks.org/index.php/topic,12873.new.html
cbexaminr:
--- Quote from: oBFusCATed on September 18, 2010, 02:46:56 am ---If you don't see it, please post details in this thread: http://forums.codeblocks.org/index.php/topic,12873.new.html
--- End quote ---
didn't see it.
observations posted.
oBFusCATed:
Morten:
this change is wrong, please revert it:
--- Code: ---obfuscated@xlad ~/projects/codeblocks/brances/wxpropgrid_debugger $ svn diff -r PREV:HEAD src/sdk/loggers.cpp
Index: src/sdk/loggers.cpp
===================================================================
--- src/sdk/loggers.cpp (revision 6605)
+++ src/sdk/loggers.cpp (revision 6608)
@@ -103,7 +104,6 @@
style[success].SetTextColour(BlendTextColour(*wxBLUE));
- style[warning].SetTextColour(BlendTextColour(*wxBLUE));
style[warning].SetFont(italic_font);
style[error].SetFont(bold_font);
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version