<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 11/01/2018 15:13, Dennis via Lazarus
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:9a1d2da4-2ac3-514e-658c-48cc923e833a@avidsoft.com.hk">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <font size="+1"><br>
        I remember in Delphi 5, they had an option of whether to use
        Debug dcu (of the main VCL units/objects files).<br>
        Is there a similar switch I can use to disable debugger in all,
        except my own source code so as to speed up the debugger?</font><br>
    </blockquote>
    To add to my other reply<br>
    <br>
    You can compile LCL, and package without debug info.<br>
    <br>
    See package options for each package, or additions and overrides.<br>
    (and you can modify lib path, so maybe keep several versions...)<br>
    <br>
    If you do, you may save 1 second of the start time. (actually not
    sure if the time is saved during start, or at some later point)<br>
    Depends on the gdb version. And your computer speed. <br>
    With the latest gdb savings will be way below a second.... <br>
    You can also try gdb 8. That may save half a second.<br>
    <br>
    <br>
  </body>
</html>