Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows dll Visual Studio 2010(c#)和delphi 6中的Debugger.Break()问题_Windows_Visual Studio 2010_Visual Studio - Fatal编程技术网

Windows dll Visual Studio 2010(c#)和delphi 6中的Debugger.Break()问题

Windows dll Visual Studio 2010(c#)和delphi 6中的Debugger.Break()问题,windows,visual-studio-2010,visual-studio,Windows,Visual Studio 2010,Visual Studio,一年前我安装了VisualStudio2010,三个月后我安装了Delphi 6(是的,它很老了),忘记了Delphi。我的操作系统是Windows XP 现在,我创建了运行另一个程序的dll。我的dll是这个程序的插件。我想使用调试器。 在我的代码中,我使用Debugger.Break()。好的,程序启动了,dll启动了,程序对我说:“你想启动调试器吗?”。我同意了。Delphi6调试器启动了,不是VS 之后,我删除了Delphi6,但现在我同意使用调试器VS调试器的程序并没有启动 我不知道如

一年前我安装了VisualStudio2010,三个月后我安装了Delphi 6(是的,它很老了),忘记了Delphi。我的操作系统是Windows XP

现在,我创建了运行另一个程序的dll。我的dll是这个程序的插件。我想使用调试器。
在我的代码中,我使用
Debugger.Break()
。好的,程序启动了,dll启动了,程序对我说:“你想启动调试器吗?”。我同意了。Delphi6调试器启动了,不是VS
之后,我删除了Delphi6,但现在我同意使用调试器VS调试器的程序并没有启动

我不知道如何解决这个问题。也许重新安装VS会帮助我,但我不想这样做。也许我可以在Windows中将值更改为Debugger,我不知道

你有什么想法吗


谢谢。

您可以在MSDN上找到如何恢复这些设置的说明:

您需要将设置重置为visual studio。@LievenKeersmaekers谢谢!