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
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
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.
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
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