Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Splitting debugger in two - specific debugger and common GUI
oBFusCATed:
Here is my take at the problem: http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0022.5.patch
ollydbg:
--- Quote from: oBFusCATed on August 14, 2011, 01:50:29 am ---Here is my take at the problem: http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0022.5.patch
--- End quote ---
Your patch is better than mine! I test it under WinXP, and it works OK.
Also, thegdb 7.3 problem question about exit the debugee when debugging is also solved. thank you!
MortenMacFly:
--- Quote from: ollydbg on August 14, 2011, 04:39:42 am ---/topic,15074.msg100825.html#msg100825]question about exit the debugee when debugging[/url] is also solved. thank you!
--- End quote ---
Guys, can you explain shortly why for both of you there are modifications in the wxScintilla component required? This doesn't sound obvious and honestly should be avoided as this would surely introduce side-effects.
ollydbg:
--- Quote from: MortenMacFly on August 14, 2011, 10:37:48 am ---
--- Quote from: ollydbg on August 14, 2011, 04:39:42 am ---/topic,15074.msg100825.html#msg100825]question about exit the debugee when debugging[/url] is also solved. thank you!
--- End quote ---
Guys, can you explain shortly why for both of you there are modifications in the wxScintilla component required? This doesn't sound obvious and honestly should be avoided as this would surely introduce side-effects.
--- End quote ---
1,
gdb 7.3 exit issue is solved in rev Revision: 7378
--- Quote ---Author: tpetrov
Date: 2011-8-14 8:19:54
Message:
* debugger_branch: fix program exit detection, when using gdb 7.3;
-------------------------------
M : /branches/wxpropgrid_debugger/src/plugins/debuggergdb/gdb_driver.cpp
--- End quote ---
2, modify the scintilla code is is try to add a feature that when debugging, hold on the CTRL key, then the mouse hover on a variable will show the debugger tip value.
MortenMacFly:
--- Quote from: ollydbg on August 14, 2011, 10:55:50 am ---2, modify the scintilla code is is try to add a feature that when debugging, hold on the CTRL key, then the mouse hover on a variable will show the debugger tip value.
--- End quote ---
This I understood, but why can't this be done without modifying the wxScintilla component?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version