Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: sethjackson on February 09, 2006, 11:15:12 pm

Title: Debugging C::B
Post by: sethjackson 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?
Title: Re: Debugging C::B
Post by: killerbot 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.
Title: Re: Debugging C::B
Post by: tiwag 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 ...