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

Running in debug crashes when using sharpdevelop works when .exe code is run

$
0
0

SharpDevelop Version : 5.1.0.5134-RC-d5052dc5

.NET Version         : 4.7.02046

OS Version           : Microsoft Windows NT 6.3.9600.0

Current culture      : English (Australia) (en-AU)

Running under WOW6432, processor architecture: x86-64

Working Set Memory   : 262972kb

GC Heap Memory       : 104200kb

 

Exception thrown:

Debugger.ProcessExitedException: Process exited

   at Debugger.Process.WaitForPause()

   at Debugger.Thread.InterceptException()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_DebuggingPaused(Object sender, DebuggerPausedEventArgs e)

   at Debugger.Process.OnPaused(DebuggerPausedEventArgs e)

   at Debugger.ManagedCallback.<>c__DisplayClass13_0.<ExitCallback>b__0()

   at Debugger.MTA2STA.<>c__DisplayClass6_1.<EnqueueCall>b__0()

   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:

20:59:38.543 [18] DEBUG - Received command ReportEvent

20:59:38.544 [18] DEBUG - Received command ReportEvent

20:59:38.544 [18] DEBUG - Received command BuildDone

20:59:38.544 [18] INFO - Finished building Analyse_file, success=True

20:59:38.554 [1] INFO - Debugger Command: Start (withDebugger=True)

20:59:38.555 [1] INFO - Saving layout file: C:\Users\dad\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Default.xml

20:59:38.556 [1] INFO - Loading layout file: C:\Users\dad\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml, hideAllLostPads=False

20:59:38.590 [1] DEBUG - ChooseLayoutCommand.LayoutChanged(object,EventArgs)

20:59:38.590 [1] DEBUG - ChooseLayoutCommand.Run()

20:59:38.590 [1] INFO - Saving layout file: C:\Users\dad\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml

20:59:47.578 [1] INFO - Number of screens: 1

20:59:47.578 [1] INFO - Screen {X=0,Y=0,Width=1366,Height=768}: Validating {X=126,Y=126,Width=974,Height=516}; intersection {X=126,Y=126,Width=974,Height=516}

20:59:48.558 [25] DEBUG - Telling worker process to exit

20:59:48.558 [25] DEBUG - Waiting for thread-join

20:59:48.561 [18] DEBUG - Cannot read from WorkerProcess 15924: end of stream

20:59:48.561 [18] DEBUG - Stopped reading from WorkerProcess 15924.

20:59:48.561 [18] DEBUG - Telling worker process to exit

20:59:48.561 [18] DEBUG - End of reader thread on WorkerProcess 15924.

20:59:48.562 [25] DEBUG - Joined!

20:59:59.603 [1] INFO - Saving layout file: C:\Users\dad\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml

20:59:59.604 [1] INFO - Loading layout file: C:\Users\dad\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Default.xml, hideAllLostPads=False

20:59:59.656 [1] DEBUG - ChooseLayoutCommand.LayoutChanged(object,EventArgs)

20:59:59.656 [1] DEBUG - ChooseLayoutCommand.Run()

20:59:59.656 [1] INFO - Saving layout file: C:\Users\dad\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Default.xml

20:59:59.666 [1] ERROR - ThreadException caught

--> Exception:

Debugger.ProcessExitedException: Process exited

   at Debugger.Process.WaitForPause()

   at Debugger.Thread.InterceptException()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_DebuggingPaused(Object sender, DebuggerPausedEventArgs e)

   at Debugger.Process.OnPaused(DebuggerPausedEventArgs e)

   at Debugger.ManagedCallback.<>c__DisplayClass13_0.<ExitCallback>b__0()

   at Debugger.MTA2STA.<>c__DisplayClass6_1.<EnqueueCall>b__0()

   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: [PInvoke Add-in 0.0.0.0], [Mono 0.0.0.0], [SharpDevTFS 0.0.0.0], [WSPBuilderAddinV5 0.0.0.0]

ProjectService.CurrentSolution: [Solution C:\Users\dad\Documents\SharpDevelop Projects\Analyse_file\Analyse_file.sln with 1 projects]

ProjectService.CurrentProject: [CSharpProject: Analyse_file]

Workbench.ActiveContent: [AvalonEditViewContent C:\Users\dad\Documents\SharpDevelop Projects\Analyse_file\Analyse_file\MainForm.cs]


Viewing all articles
Browse latest Browse all 1764

Trending Articles