debuggin

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
ulao
In need of some credit
In need of some credit
Posts: 3
Joined: Mon Mar 20, 2017 11:51 pm

debuggin

Post by ulao »

Can anyone help we get debugging working? I have never used wxWidgets before or wxDev. I have set up my project with the MVS 9.0 and other includes per the wiki. When I make a break point I get.
"Your project does not have debugging information, do you want to enable debugging". I answer yes then get. "Error with debugging process. GDB Error, no source files name ...

I did some searching but everything is related to MVS.
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: debuggin

Post by catalin »

Build the libs and your app in debug mode. There are instructions in the docs, and docs/ folder as well.
ulao
In need of some credit
In need of some credit
Posts: 3
Joined: Mon Mar 20, 2017 11:51 pm

Re: debuggin

Post by ulao »

I can not find a doc folder under dev-cpp?
Where in the ide do you change modes? It is all so foreign to me.

update I saw this post

viewtopic.php?t=4954

after setting to yes. It worked.
Post Reply