[Lazarus] How to disable the assembler window on Linux?

Martin lazarus at mfriebe.de
Mon May 6 22:50:49 CEST 2013


On 06/05/2013 21:24, silvioprog wrote:
> 2013/5/6 silvioprog <silvioprog at gmail.com <mailto:silvioprog at gmail.com>>
>
>     2013/5/6 Martin <lazarus at mfriebe.de <mailto:lazarus at mfriebe.de>>
>
>>         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]);


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130506/9cb6345e/attachment-0003.html>


More information about the Lazarus mailing list