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

silvioprog silvioprog at gmail.com
Mon May 6 22:29:55 CEST 2013


Other information...

I'm trying to debug this unit:
https://bitbucket.org/silvioprog/tcpipcomp/src/bc7b35a6e92b3ed29f1e3998f911435ad8d81e34/src/tcpipserver.pas?at=master

procedure TTcpIpServerSocketThread.Execute;
var
  VSynchronized: Boolean;
begin
  VSynchronized := Assigned(FOwner) and FOwner.Synchronized; << my break
point is here, [... F5, after, F9 ...]
  try [... F8 ...]
    if not Terminated then [... F8 ...] << here opens the assembler window
:(

-- 
Silvio Clécio
My public projects - github.com/silvioprog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130506/d6948138/attachment-0003.html>


More information about the Lazarus mailing list