Author Topic: The 03 June 2006 build is out.  (Read 22820 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 03 June 2006 build is out.
« Reply #15 on: June 21, 2006, 10:45:59 pm »
OK reproducing the breakpoint bug:
Confirmed. I'll have a look into this later.
By the way: What is nice "game" too:
1.) Place 3 breakpoint in 3 lines that follow each other
2.) Remove the second (middle) breakpoint.
-> Result:
- the GUI shows only one breakpoint left (there should be 2 because only one line has been deleted)
- the registered linesd in the debugger are still 2 breakpoints, but the second could be wrong.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ