I used Qt Creator to develop for KiCad.
You just need to create a project that builds with a Makefile (not a QT project 
but a Makefile project), you can have multiple build targets ( Release, Debug ) 
then you can debug the Debug exec. You can set the target executable and exec 
path to debug (eg: kicad, pcbnew, etc)

Tip: remember to add -jx (where x is your CPU number) to the makefile extra 
arguments.

Cheers,
Mario

________________________________________
From: Kicad-developers 
<kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net> on behalf of 
cedric.dew...@telfort.nl <cedric.dew...@telfort.nl>
Sent: 19 December 2018 08:21:12
To: kicad-developers@lists.launchpad.net
Subject: [Kicad-developers] Debugging Kicad,    can this be done with Qt 
creator?

Hi All,

I would like to set breakpoints in the Kicad source, and then run a graphical 
debugger. I know how to set this up with Qt projects in Qt creator. What's your 
method? Is qt a workable solution, or should I use ecipse? I'm on Windows 7, 
with msys2

Cheers,
Cedric

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to