打开应用程序 Growtopia CCS 时出现问题/错误

Problem/Errow when opening application Growtopia CCS

提问人:Bijak 提问时间:7/3/2021 更新时间:7/6/2021 访问量:217

问:

当我打开一个名为 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-4.8 system.configuration

评论


答:

0赞 Bijak 7/6/2021 #1

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

:)