Delphi’s Log View got a performance boost

By | August 19, 2011

When you debug an application that outputs a lot of messages to the Log View, the IDE becomes unresponsive and has painting issues. In the following video I show you how responsive the IDE could be with the upcoming IDE Fix Pack.

6 thoughts on “Delphi’s Log View got a performance boost

  1. C Johnson

    ya, this one bites me in the butt from time to time – it definitely makes this kind of debugging difficult at best when you deal with large data volumes.

  2. Wouter

    Cool, I’m looking forward to the upcoming IDE Fix Pack.

    Every Delphi user should install this..

  3. david berneda

    Great ! Can verbosity be removed? ie, when logging variables the debugger emits a message at each breakpoint (see below). I’d like an option to remove the “Source Breakpoint at…” messages and simply get the expression values.

    Ah ! Also the event log items can be multiselected but not copied to clipboard. Only the full contents can be saved to text file.

    regards !
    david

    Breakpoint Expression result: 676148160
    Source Breakpoint at $004CA975: C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\source\fmx\FMX.Platform.Win.pas line 412. Process test_sphere_texture.exe (14044)
    Breakpoint Expression result: 676148160
    Source Breakpoint at $004CA975: C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\source\fmx\FMX.Platform.Win.pas line 412. Process test_sphere_texture.exe (14044)
    Breakpoint Expression result: 676148160
    Source Breakpoint at $004CA975: C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\source\fmx\FMX.Platform.Win.pas line 412. Process test_sphere_texture.exe (14044)
    Breakpoint Expression result: 676148224
    Source Breakpoint at $004CA975: C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\source\fmx\FMX.Platform.Win.pas line 412. Process test_sphere_texture.exe (14044)
    Breakpoint Expression result: 676148224
    Source Breakpoint at $004CA975: C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\source\fmx\FMX.Platform.Win.pas line 412. Process test_sphere_texture.exe (14044)
    Breakpoint Expression result: 676148224

  4. david berneda

    Oops, sorry, forget previous message, I found the Event Log option to disable “Breakpoint messages”. It works, removes the verbosity.

  5. ahmoy

    I would be grate if we can modify the Event log window to allow filter to the output logs… or highlight selected keywords from the displayed logs???

Comments are closed.