← Back to team overview

kicad-developers team mailing list archive

Re: Debugging KiCad

 

Brian Sidebotham wrote:
Hi Guys,

I want to look at the bug in printing under linux which appears to be
broken at the moment.

I am setting up an environment for debugging, and although I'll be
using GDB my question is, what are other people using to debug KiCad
under linux? I have to confess that I am much more at home with an
IDE, such as CodeBlocks or similar to run GDB from, I find them much
more productive as opposed to sitting with GDB in a console trying to
debug.

Any recommendations from anyone?

Best Regards,

Brian.

I use kdbg.

$ cd debug
$ kdbg pcbnew/pcbnew

It is usable.

Dick







References