开发者

Debugging An ATL Exe COM Server

In Visual Studio 6, I have written an ATL COM server EXE. I want to debug this and put a breakpoint at the start of the method I am calling. I start debug and then call the method from the other EXE but the breakpoint is never hit. This was working fine a couple of weeks ago. I could break into it no proble开发者_如何学Pythonm. I can't work out what has changed that this is no longer working. Can anyone help?


Your exe or pdb probably don't match the source. Try rebuilding the project, and make sure the executables you've just built are used by the server.

FWIW, you can also place a call to DebugBreak in your code. If the source and executables indeed don't match, the debugger will let you know when it breaks.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜