2014-04-03 17:53 GMT+02:00 LRN <[email protected]>:
> No. > crtexe.c:332 is the call to main(). What happens if you put a > breakpoint on main()? > > Is dot.exe (at least) built with -g? -O0? Obviously, -g -O0 is much > easier to debug. > > The main was not being called but thanks to your insights I have disabled the optimization flags (-O2) and things weirdly enough started to work in a sense that they break properly with a clean stacktrace (with -g). Now I have managed to track down those problems to missing or bad dllimport/dllexport definitions and other small problems... Thanks again!
------------------------------------------------------------------------------
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
