Message in Chinese (Simplified) (中文(简体))

计算机的配置文件(machine.config)的 system.windows.forms 节中必须设置 jitDebugging 值。 编译应用程序时还必须启用\r\n调试。\r\n\r\n例如: \r\n\r\n<configuration>\r\n <system.windows.forms jitdebugging="true"></system.windows.forms>\r\n</configuration>\r\n\r\n启用 JIT 调试后,任何未处理的异常\r\n都将被发送到此计算机上注册的 JIT 调试器,\r\n而不是由此对话框处理。\r\n

Unlocalized message

To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example:<configuration> <system.windows.forms jitdebugging="true"></system.windows.forms></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.

Search by Google
Available localized messages
Finnish (suomi) French (Français) Arabic (العربية) Italian (Italiano) Hungarian (magyar) Hebrew (עברית) Greek (Ελληνικά) German (Deutsch) Korean (한국어) Prior (Message) Norwegian (Bokmal) (Norsk (Bokmål)) Polish (Polski) Japanese (日本語) Portuguese (Portugal) (Português (Portugal)) Portuguese (Brazil) (Português (Brasil)) Spanish (Español) Russian (Русский) Chinese (Traditional) (中文(繁體)) Next (Message) Danish (Dansk) Czech (Čeština) Dutch (Nederlands) Swedish (Svenska) Turkish (Türkçe) Chinese (Simplified) (中文(简体)) Chinese (Traditional) (中文(繁體))