kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #21858
Re: layer_widget.cpp STAND_ALONE
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@xxxxxxxxx>
-
Date:
Fri, 11 Dec 2015 14:35:09 -0500
-
In-reply-to:
<CAJGMBqNfaO-+eOxaPm1p3qXXbkPCRXyhqK2T-uFRYyUG=37WKA@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
We probably should make it work just in case we need to do some stand
alone debugging. Who knows what future versions of wxWidgets will throw
at us. It's a lot easier to debug the stand alone than loading Pcbnew
into a debugger.
On 12/11/2015 9:37 AM, Simon Wells wrote:
> There is
>
> #define STAND_ALONE 1 in layer_widget.cpp
>
> which is typically commented out, due to this being used to enable a
> test application that i assumed was used at first for designing the
> widget. Due to insufficient includes this (test) code no longer works,
> should the code just be removed or should it be made to work again?
>
> thanks
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References