← Back to team overview

kicad-developers team mailing list archive

Re: layer_widget.cpp STAND_ALONE

 

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