Re: [fpc-pascal] can not debug on macosx 10.4 ppc

2009-10-25 Thread Jonas Maebe
On 25 Oct 2009, at 19:45, Henrik Genssen wrote: if I use plain -g I get: [TCmdLineDebugger] Debug PID: 15860 TGDBMIDebugger.ProcessResult Error: ,msg="No symbol table is loaded. Use the \"file\" command." Does the directory yourapp.dSYM still exist? (this is what gets generated when you

RE: Re: [fpc-pascal] can not debug on macosx 10.4 ppc

2009-10-25 Thread Henrik Genssen
Hi Jonas, if I use plain -g I get: [TCmdLineDebugger] Debug PID: 15860 TGDBMIDebugger.ProcessResult Error: ,msg="No symbol table is loaded. Use the \"file\" command." [Debugger] Running GDB version: Apple version gdb-437 [TDebugger.SetFileName] "/Users/hg/Downloads/@compiled/simple.app" [TMainID

Re: [fpc-pascal] can not debug on macosx 10.4 ppc

2009-10-25 Thread Jonas Maebe
On 25 Oct 2009, at 13:17, "Henrik Genssen" > wrote: Hi JoshyFun, yes, I am writeing debug information. I tried: -g -Xg and both with no success the output send earlier was made using both options. -Xg can only work with DWARF on Mac OS X. Either use -gw -Xg or plain - g without -Xg.

RE: Re: [fpc-pascal] can not debug on macosx 10.4 ppc

2009-10-25 Thread Henrik Genssen
Hi JoshyFun, yes, I am writeing debug information. I tried: -g -Xg and both with no success the output send earlier was made using both options. -- Hinnack >This message seems showing that no debug information was found in the >executable file: > >TGDBMIDebugger.ProcessResult Error: ,msg="No sy

Re: [fpc-pascal] can not debug on macosx 10.4 ppc

2009-10-24 Thread JoshyFun
Hello FPC-Pascal, Saturday, October 24, 2009, 10:22:56 PM, you wrote: HG> [TCmdLineDebugger] Debug PID: 14010 HG> TGDBMIDebugger.ProcessResult Error: ,msg="No symbol table is HG> loaded. Use the \"file\" command." HG> [Debugger] Running GDB version: Apple version gdb-437 [...] HG> Yes, I have a