
Newbie question on debugging a ATL COM Project
Write a client EXE that executes your methods. Sepcify it in Project |
Settings | Debug | Executable for Debug Session
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> Hello,
> How can I dubug an ATL COM project. By saying that, I mean set up
break
> points, from break points I can step-into, step-over ... It seems
project
> doesn't stop me from setting up break points. But since it's not an
exe, I
> can not run the project to get to break points.
> Thanks in advance