【问题标题】:Problem/Errow when opening application Growtopia CCS打开应用程序 Growtopia CCS 时出现问题/错误
【发布时间】:2021-07-03 14:55:04
【问题描述】:

当我打开一个名为 Growtopia auto ccs 的应用程序时,它总是这样说 [图片][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
  

【问题讨论】:

    标签: .net debugging .net-framework-4.8 system.configuration


    【解决方案1】:

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

    :)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-09-07
      • 1970-01-01
      • 2021-12-16
      • 1970-01-01
      • 1970-01-01
      • 2016-12-11
      • 2013-08-10
      相关资源
      最近更新 更多