Hi David, My suggestion: Use the universal printf debug technique. In case of wx apps wxMessageBox() works great. Stick it everywhere you want to know if code path is executed or what a variable value is, it's great way to understand why something doesn't work. More advanced users will use gdb but it's quite tricky for event driven apps which most of GUI applications are.
On Fri, Aug 24, 2018 at 11:17 PM David Griffith <[email protected]> wrote: > On August 12, 2018 7:20:40 PM PDT, David Griffith <[email protected]> wrote: > > > >I'm trying to add some stuff to the 3D viewer that were removed when > >version 5 came out. One of these is an "Apply" button to the 3D viewer > > Could I get some commentary on this or some suggestions? I don't know > what I'm doing here and would like to get this fixed. > -- > David Griffith > [email protected] > > _______________________________________________ > 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

