Author Topic: Debugging C::B  (Read 3690 times)

sethjackson

  • Guest
Debugging C::B
« on: February 09, 2006, 11:15:12 pm »
How in the world do I debug C::B? I compile C::B then set a breakpoint in a file. Then I hit Debug -> Start, and
it doesn't work..... Is there a way to debug C::B without multiple C::B instances? I can debug with multiple instances. I would rather not though..... thomas and mandrav how do you (personally) debug C::B?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Debugging C::B
« Reply #1 on: February 09, 2006, 11:27:51 pm »
I also debug with 2 instances. Start up from output, load CB cbp file, build it (->devel dir) and start debugger.

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Debugging C::B
« Reply #2 on: February 10, 2006, 06:46:57 am »
it's obvious that you MUST start the devel debuggee C::B from your working-C::B in order to debug it, and it just works ...