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 use -Xg) If so, delete it. Jonas