Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

SD 5.0b2 - unhandled exception when debugging

$
0
0

SharpDevelop Version : 5.0.0.4067-Beta 2-37cf805f
.NET Version         : 4.0.30319.18444
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : French (France) (fr-FR)
Current UI language  : en
Working Set Memory   : 412220kb
GC Heap Memory       : 218315kb

Exception thrown:
Debugger.DebuggerException: Thread has exited
   at Debugger.Thread.get_CorThread()
   at Debugger.Thread.get_IsInValidState()
   at Debugger.Thread.<get_Callstack>d__0.MoveNext()
   at Debugger.Thread.get_MostRecentStackFrame()
   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_DebuggingPaused(Object sender, DebuggerPausedEventArgs e)
   at Debugger.Process.OnPaused(DebuggerPausedEventArgs e)
   at Debugger.ManagedCallback.<>c__DisplayClass1.<ExitCallback>b__0()
   at Debugger.MTA2STA.<>c__DisplayClass4.<EnqueueCall>b__1()
   at Debugger.MTA2STA.PerformCall()
   at Debugger.MTA2STA.PerformAllCalls()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

---- Recent log messages:
17:53:14.647 [1] DEBUG - Resolved (Line 717, Col 12) to [LocalResolveResult System.Int32 docIdx;]
17:53:14.648 [1] INFO - Evaluating watch: sMappingFile
17:53:14.654 [1] DEBUG - Resolved (Line 717, Col 12) to [UnknownIdentifierResolveResult sMappingFile]
17:53:15.243 [1] INFO - Debugger Command: StepOver
17:53:15.252 [1] INFO - Open file c:\DEV\PROTEGYS\WFAP3.cs
17:53:15.265 [1] DEBUG - Resolved (Line 718, Col 12) to [TypeResolveResult System.Diagnostics.Debug]
17:53:15.266 [1] INFO - Evaluating watch: sMappingFile
17:53:15.269 [1] DEBUG - Resolved (Line 718, Col 12) to [UnknownIdentifierResolveResult sMappingFile]
17:53:15.888 [1] INFO - Debugger Command: StepOver
17:53:15.906 [1] INFO - Open file c:\DEV\PROTEGYS\WFAP3.cs
17:53:15.906 [1] DEBUG - Resolved (Line 720, Col 12) to
17:53:15.907 [1] INFO - Evaluating watch: sMappingFile
17:53:15.910 [1] DEBUG - Resolved (Line 720, Col 12) to [UnknownIdentifierResolveResult sMappingFile]
17:53:16.510 [1] INFO - Debugger Command: StepOver
17:53:16.518 [1] INFO - Open file c:\DEV\PROTEGYS\WFAP3.cs
17:53:16.526 [1] DEBUG - Resolved (Line 721, Col 12) to
17:53:16.527 [1] INFO - Evaluating watch: sMappingFile
17:53:16.529 [1] DEBUG - Resolved (Line 721, Col 12) to [UnknownIdentifierResolveResult sMappingFile]
17:53:17.272 [1] INFO - Debugger Command: StepOver
17:53:17.272 [1] INFO - Open file c:\DEV\PROTEGYS\WFAP3.cs
17:53:17.287 [1] DEBUG - Resolved (Line 722, Col 13) to [LocalResolveResult System.String sFirstPDF;]
17:53:17.287 [1] INFO - Evaluating watch: sMappingFile
17:53:17.287 [1] DEBUG - Resolved (Line 722, Col 13) to [UnknownIdentifierResolveResult sMappingFile]
17:53:19.963 [1] INFO - Debugger Command: StepOver
17:53:20.010 [1] ERROR - ThreadException caught
--> Exception:
Debugger.DebuggerException: Thread has exited
   at Debugger.Thread.get_CorThread()
   at Debugger.Thread.get_IsInValidState()
   at Debugger.Thread.<get_Callstack>d__0.MoveNext()
   at Debugger.Thread.get_MostRecentStackFrame()
   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_DebuggingPaused(Object sender, DebuggerPausedEventArgs e)
   at Debugger.Process.OnPaused(DebuggerPausedEventArgs e)
   at Debugger.ManagedCallback.<>c__DisplayClass1.<ExitCallback>b__0()
   at Debugger.MTA2STA.<>c__DisplayClass4.<EnqueueCall>b__1()
   at Debugger.MTA2STA.PerformCall()
   at Debugger.MTA2STA.PerformAllCalls()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: [Solution C:\DEV\PROTEGYS\WfAPROTEGYS.sln with 1 projects]
ProjectService.CurrentProject: [CSharpProject: WfAPROTEGYS]
Workbench.ActiveContent: [AvalonEditViewContent C:\DEV\PROTEGYS\WFAP3.cs]

 


Viewing all articles
Browse latest Browse all 1764

Trending Articles