kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #11093
Re: Python-a-mingw-us Windows Debug Scripting Builds
>
>
>
>> >
>> > (ii) What does Linux current do for debug builds?
>>
>> When I have to debug something under a debugger on Linux, I always
>> compile it myself, so I
>> can fix the bug when I find it. So I honestly don't know or care. In 14
>> years of
>> developing on Linux, I have *never* used someone else's debug build of
>> anything that I can
>> recall. It is easier to simply build it myself. And if building it in
>> debug form is too
>> hard, I would add printf()s to the release build temporarily.
>>
>>
> I guess it sounds reasonable to build debug versions yourself. As I
> mentioned above, everything should work fine linking against
>
..release builds of python and wxPython!
Brian.
References