1

现在我正在调试一个项目。实际上有2个项目使用Remoting,一个是服务器,另一个是客户端。在 Sever 项目中,我在代码中设置了一些中断点。当我启动服务器时,我发现这些中断点带有感叹号。它们的真正含义是什么?先感谢您。

在此处输入图像描述

4

1 回答 1

0

The usual cause (and the information usually included in the tooltip for it) is that the breakpoint will not (currently) be hit. This might be caused because, for instance, the assembly that the code resides in has not (yet) been loaded.

于 2013-09-25T07:11:54.570 回答