kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #38700
Re: Debugging Kicad, can this be done with Qt creator?
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.pt@xxxxxxxxxxxxxxxxxxx> on behalf of cedric.dewijs@xxxxxxxxxx <cedric.dewijs@xxxxxxxxxx>
Sent: 19 December 2018 08:21:12
To: kicad-developers@xxxxxxxxxxxxxxxxxxx
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
Follow ups
References