On 06/05/2013 21:24, silvioprog wrote:
2013/5/6 silvioprog <[email protected] <mailto:[email protected]>>

    2013/5/6 Martin <[email protected] <mailto:[email protected]>>

        And: please get a log:
        
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session

    Oops, I'll do it now, a moment...


The log of my Lazarus on Linux Mint:

http://pastebin.com/YyHAuDHX

I also tested it on openSUSE, and the problem occurs there too.


Very odd.



Can you please add
DBG_LOCATION_INFO

to the list of debug_enable?


And if you do not mind recompiling the ide:
in
   debugger\gdbmidebugger.pp line 11390
at the end of
function TGDBMIDebuggerCommand.FrameToLocation(const AFrame: String): TDBGLocationRec;
insert
DebugLn(['##### ',Result.SrcFile, ' / ', Result.SrcFullName, ' / ', Result.SrcLine]);


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to