Author Topic: new tab while debugging  (Read 2756 times)

Offline uwehag

  • Single posting newcomer
  • *
  • Posts: 3
new tab while debugging
« 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: new tab while debugging
« Reply #1 on: March 27, 2009, 12:28:50 pm »
See this post http://forums.codeblocks.org/index.php/topic,7751.msg58345.html#msg58345 and read (all) the answers to it.

Offline uwehag

  • Single posting newcomer
  • *
  • Posts: 3
Re: new tab while debugging
« Reply #2 on: March 27, 2009, 06:58:00 pm »
Hi Jens,
yes, this is exactly what happened. Thank you very much!
Uwe