Thanks for the tips, guys. I’ve installed QTCreator and have it up and running on my Kicad project. It works great browsing the source, etc.
I had one issue with the runtime configuration: it defaults to wanting to run Kicad out of build/debug/kicad/ rather than out of build/bin/. But I added a Custom Executable pointing into build/bin/, which seems to work. But I still can’t use the debugger. All my breakpoints show as pending. (I thought this was because it couldn’t connect the source to my custom executable, but I get the same problem running kicad out of build/debug/kicad/.) Any ideas? Thanks, Jeff. > On 25 Dec 2017, at 09:27, José Ignacio <[email protected]> wrote: > > Another +1 for QT creator, I've used it on Linux and works very well with the > kicad codebase > > On Mon, Dec 25, 2017 at 2:09 AM, Bernhard Stegmaier <[email protected] > <mailto:[email protected]>> wrote: > For my taste for KiCad the best I tried is QTCreator. > Works practically out-of-the-box perfectly with cmake and everything you > would expect from an IDE (like debugging, etc.). > > > Regards, > Bernhard > > >> On 25. Dec 2017, at 03:47, Oliver Walters <[email protected] >> <mailto:[email protected]>> wrote: >> >> I followed this guide to set-up eclipse environment. >> >> https://gist.github.com/johnbeard/895bad60e4716f7f9c77 >> <https://gist.github.com/johnbeard/895bad60e4716f7f9c77> >> >> On 25 Dec 2017 12:37, "Tomasz Wlostowski" <[email protected] >> <mailto:[email protected]>> wrote: >> On 25/12/17 02:03, Jeff Young wrote: >> > I was going to ask you guys for an Xcode project file for Christmas, but >> > I’ve come to the conclusion that I absolutely hate Xcode. >> > >> > I’ve used Eclipse before, and was no big fan of it either. I did really >> > like IntelliJ, though, and I see they’ve got a C version too (CLion). Has >> > anyone used it to build KiCad? >> > >> Hi Jeff, >> >> I tried CLion. After a ~10 minute-long freeze (indexing the code) it >> crashed due to lack of memory. With a 6 GB java heap the project loaded, >> but the editor was veeery slow. >> >> IMHO Get Atom if you need something easy to use on a Mac or Visual >> Studio (if you like "big" C++ IDEs). >> >> Cheers, >> Tom >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~kicad-developers >> <https://launchpad.net/~kicad-developers> >> Post to : [email protected] >> <mailto:[email protected]> >> Unsubscribe : https://launchpad.net/~kicad-developers >> <https://launchpad.net/~kicad-developers> >> More help : https://help.launchpad.net/ListHelp >> <https://help.launchpad.net/ListHelp> >> _______________________________________________ >> Mailing list: https://launchpad.net/~kicad-developers >> <https://launchpad.net/~kicad-developers> >> Post to : [email protected] >> <mailto:[email protected]> >> Unsubscribe : https://launchpad.net/~kicad-developers >> <https://launchpad.net/~kicad-developers> >> More help : https://help.launchpad.net/ListHelp >> <https://help.launchpad.net/ListHelp> > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > <https://launchpad.net/~kicad-developers> > Post to : [email protected] > <mailto:[email protected]> > Unsubscribe : https://launchpad.net/~kicad-developers > <https://launchpad.net/~kicad-developers> > More help : https://help.launchpad.net/ListHelp > <https://help.launchpad.net/ListHelp> > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

