Ask Your Question
0

How can I step into cv function with vs2008 or vs 2010 debugging?

asked 2014-07-03 07:03:51 -0600

sainimu78 gravatar image

I have build ALL-BUILD project , but still I can't step into any opencv function when I debug my program. How should I do ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-07-03 08:30:37 -0600

thdrksdfthmn gravatar image

You should link the *d.dll libs in debug mode (see properties). You should also add the path to the build files in the include folders. For more explicit details see this

edit flag offensive delete link more

Comments

1

Thanks, but this doesn't work, Well, eventually, I had solved my problem. 1.Use CMake to generate a new Opencv proj 2.All build it 3.Add the lib directory of what you just builded that maybe "\opencv\mybuild\lib\Debug"

sainimu78 gravatar imagesainimu78 ( 2014-08-05 01:16:26 -0600 )edit

Question Tools

Stats

Asked: 2014-07-03 07:03:51 -0600

Seen: 338 times

Last updated: Jul 03 '14