0

当我打开一个名为 Growtopia auto ccs 的应用程序时,它总是这样说 [Img][1]

详细信息: ************** JIT 调试 ************** 要启用即时 (JIT) 调试,.config 文件用于此应用程序或计算机 (machine.config) 必须在 system.windows.forms 部分中设置 jitDebugging 值。还必须在启用调试的情况下编译应用程序。

例如:

    <system.windows.forms jitDebugging="true" />
</configuration>```

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

  [1]: https://i.stack.imgur.com/lPiIH.png
  
4

1 回答 1

0

我找到了解决方案,你只需要下载带有 jit 调试组件的 Visual Studio,然后只需在 Tool>Option>Debugging>Jit-debugging 中启用 jit 调试(选中复选框,然后完成)。

:)

于 2021-07-06T11:41:57.187 回答