摘要: AfxDebugBreak MFC 提供特殊的 AfxDebugBreak 函数,以供在源代码中对断点进行硬编码: AfxDebugBreak( ); 在 Intel 平台上,AfxDebugBreak 将生成以下代码,它在源代码而不是内核代码中中断: _asm int 3 在其他平台上,AfxDe 阅读全文
posted @ 2016-04-03 18:22 风席夜夏 阅读(4790) 评论(0) 推荐(0)