调试时msvsmon.exe崩溃 [英] msvsmon.exe crashed when debugging

查看:2023
本文介绍了调试时msvsmon.exe崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在VS2013 update3中调试时,msvsmon.exe在断点点击时崩溃。

When I debugging in VS2013 update3, msvsmon.exe crashed when hit at a breakpoint.

它显示调试器的工作进程(msvsmon.exe)意外退出。调试将被中止。

It shows "The debugger's worker process (msvsmon.exe) unexpectedly exited. Debugging will be aborted".

我没有使用远程调试。

是否可以关闭msvsmon.exe在调试时避免调用?

Is it possible to shut down the msvsmon.exe to avoid calling it when debugging ?

推荐答案

删除所有断点解决了当我遇到这个错误时的问题。禁用断点是不够的 - 它们必须被删除。

Deleting all of the breakpoints solves the problem when I hit this error. Disabling the breakpoints was not enough - they had to be deleted.

我能够多次附加到一个进程。一旦我添加了一个条件断点(有几个检查),我试图附加到同一个进程时就开始收到这个错误。

I was able to attach to a process numerous times. Once I added a conditional breakpoint (with a few checks), I started getting this error when attempting to attach to that same process.

问题提供的错误是一个问题。我也收到了一个错误,指出当我再次尝试时已经附加了一个调试器。无论哪种方式,删除断点解决了它。

The error provided in the question is one problem. I also received an error stating that a debugger was already attached when I tried again. Either way, deleting breakpoints solved it.

这篇关于调试时msvsmon.exe崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆