<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
What happens here is that somehow a external (==user triggered) evanuate expression is run while while <ptype TObject> is still being processed. This should not happen. Do you have other debug windows opend like watches, locals or breakpoints. Do you have a mouse hovering over some variable ?<div>
<div></div><div class="h5"><br><br></div></div></blockquote><div><br>Ok, I ran "startlazarus" from the command line, loaded the "bare-bones" project, selected "build all", then "run". No debug windows were open, and I made sure the cursor never went away from the Run menu, and no breakpoints were set. The project app did not run. I then tried another "run" command from the menu -- nothing. So I did the "stop" command from the menu. Below is the console output from the first "run" command which was followed by another "run" and then a "stop":<br>
<br>TMainIDE.DoInitProjectRun ProgramFilename=/Users/obijohn/projects/fpc/testprojects/project1/project1<br>[TCmdLineDebugger] Debug PID: 47911<br>TGDBMIDebugger.ProcessResult Error: ,msg="No symbol table is loaded.  Use the \"file\" command."<br>
[Debugger] Running GDB version: 6.3.50-20050815 (Apple version gdb-1461.2)<br>[TDebugger.SetFileName] "/Users/obijohn/projects/fpc/testprojects/project1/project1.app"<br>[TMainIDE.DoRunProject] B TGDBMIDebugger<br>
[TMainIDE.DoRunProject] END<br>TGDBMIDebugger.StartDebugging WorkingDir="/Users/obijohn/projects/fpc/testprojects/project1/"<br>TGDBMIDebugger.ProcessResult Error: ,msg="No symbol \"FPC_THREADVAR_RELOCATE_PROC\" in current context."<br>
[Debugger] Log output: &"info functions FPC_CPUINIT\n"<br>[Debugger] Log output: &"set width 50000\n"<br>[Debugger] Log output: &"info address main\n"<br>[Debugger] Log output: &"ptype TObject\n"<br>
[TMainIDE.DoRunProject] A<br>[TMainIDE.DoRunProject] B TGDBMIDebugger<br>[TMainIDE.DoRunProject] END<br>TDebugger.ReqCmd Command not supported: Stop ClassName=TGDBMIDebugger<br>TDebugger.Stop Class=TGDBMIDebugger failed.<br>
<br><br>
</div></div>