什么是jit 调试

什么是jit调试... 什么是jit 调试 展开
 我来答
5无为无畏5
2011-01-30 · TA获得超过7.3万个赞
知道大有可为答主
回答量:5511
采纳率:50%
帮助的人:2239万
展开全部
“异常‘运行时错误’在脚本中发生。但是,没有注册能够调试此异常的调试器JIT: 首先采用编译形式生成某种中介代码(Java bytecode/MSIL)
百度网友0bb0a3e
推荐于2016-01-19 · TA获得超过3829个赞
知道小有建树答主
回答量:316
采纳率:100%
帮助的人:139万
展开全部
  异常文本
  应用程序中的错误。
  -2147220927 (VFW_E_CANNOT_LOAD_SOURCE_FILTER)
  在 Microsoft.DirectX.AudioVideoPlayback.Video.Open(String fileName, Boolean autoRun)
  在 Microsoft.DirectX.AudioVideoPlayback.Video..ctor(String fileName, Boolean autoRun)
  在 d.b(String A_0)
  在 d.a(y A_0)
  在 d.a(Object A_0, TreeNodeMouseClickEventArgs A_1)
  在 System.Windows.Forms.TreeView.OnNodeMouseDoubleClick(TreeNodeMouseClickEventArgs e)
  在 System.Windows.Forms.TreeView.WndProc(Message& m)
  在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

  已加载的程序集
  mscorlib
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
  基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  ----------------------------------------
  学英语报社人机对话
  程序集版本: 1.0.0.0
  Win32 版本: 1.0.0.0
  基本代码: file:///G:/bin/学英语报社人机对话.exe
  ----------------------------------------
  System
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  ----------------------------------------
  System.Windows.Forms
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  ----------------------------------------
  System.Drawing
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  ----------------------------------------
  System.Xml
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  ----------------------------------------
  Security
  程序集版本: 1.0.0.0
  Win32 版本: 1.0.0.0
  基本代码: file:///G:/bin/Security.DLL
  ----------------------------------------
  System.Configuration
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  ----------------------------------------
  Microsoft.DirectX.AudioVideoPlayback
  程序集版本: 1.0.2902.0
  Win32 版本: 5.04.00.2904
  基本代码: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.AudioVideoPlayback/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.AudioVideoPlayback.dll

  Microsoft.DirectX.DirectSound
  程序集版本: 1.0.2902.0 Win32
  版本: 5.04.00.2904
  基本代码: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.DirectSound/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectSound.dll
  -
  Microsoft.DirectX
  程序集版本: 1.0.2902.0
  Win32 版本: 5.04.00.2904
  基本代码: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
  -
  mscorlib.resources
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
  基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  -
  System.Windows.Forms.resources
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
  -
  JIT 调试
  要启用实时(JIT)调试,
  该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
  jitDebugging 值。
  编译应用程序时还必须启用
  调试
  <configuration>
  <system.windows.forms jitDebugging="true" />
  </configuration>
  启用 JIT 调试后,任何无法处理的异常
  都将被发送到在此计算机上注册的 JIT 调试器,
  而不是由此对话框处理
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式