Hello,I have confused these days.I can debug simple c++ console projects,
but can't debug wxWidgets app.
I download wxMSW2.8.12.
compile it:
mingw32-make -f makefile.gcc BUILD=debug SHARED=1 MONOLITHIC=1
UNICODE=1 CXXFLAGS=-fno-keep-inlline-dllexport
Then I just use the wxsmith create a app.
It can run, but can't debug.
and gdb shows:
warning:while parsing target library list: not well-formed
os:win7
cb:12.11
gcc <tdm-1>4.7.1
gdb 7.5
can anyone give me some tips?
appreciate!