Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: uwehag on March 27, 2009, 12:23:02 pm

Title: new tab while debugging
Post by: uwehag on March 27, 2009, 12:23:02 pm
Hi,

when I start debugging using break-points, every time a breakpoint is hit a duplicate-tab of my source code appears. In that tab the break point is not visible, just the marker for the present point of execution. Changes made to the code in this duplicate tab are usually lost, though sometimes  the message saying sth. like "code has been modified outside the editor" appears.
What I would like to see is editing, setting break-points AND debugging all in the same source-code-tab!
Is this just some configuration I missed?

CB-version is 8.02 on opensuse 10.3

thanks,
Uwe
Title: Re: new tab while debugging
Post by: Jenna on March 27, 2009, 12:28:50 pm
See this post http://forums.codeblocks.org/index.php/topic,7751.msg58345.html#msg58345 (http://forums.codeblocks.org/index.php/topic,7751.msg58345.html#msg58345) and read (all) the answers to it.
Title: Re: new tab while debugging
Post by: uwehag on March 27, 2009, 06:58:00 pm
Hi Jens,
yes, this is exactly what happened. Thank you very much!
Uwe