LPL Debugger icon

LPL Debugger

1 big stars
LPL Debugger screenshot
Name: LPL Debugger
Works on: windowsWindows 7 and above
Developer: Christian Aaangel
Version: 2
Last Updated: 26 Feb 2017
Release: 01 Feb 2010
Category: Programming > Debuggers Decompilers Disassemblers
Rate this software:
154 downloads
screenshotsView Screenshots(1)
commentsComments
downloadDownload
Liked it? Tell others:
details

LPL Debugger Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012
SHA1 Hash: 778e2215da663e5001efa1f92c7075fe8dbc6c5e
Size: 391.09 KB
File Format: zip
Rating: 1.826086956 out of 5 based on 23 user ratings
Downloads: 154
License: Free
LPL Debugger is a free software by Christian Aaangel and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download LPL Debugger which is 391.09 KB in size and belongs to the software category Debuggers Decompilers Disassemblers.
LPL Debugger was released on 2010-02-01 and last updated on our database on 2017-02-26 and is currently at version 2.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

LPL Debugger Description

One of the most painful things about programming has always been debugging. I myself am a big fan of breakpoints and stepping. But I have to admit that it has its disadvantages one of them being unable to have the program run without your attention.
So one night I got a crazy idea, which was about using a console application as a roll-screen for program messages, this would enable the user to run a program and then print certain messages on this screen e.g. “Now running procedure TestMe”. Well as it turned out you can’t send messages to a consol application so I decided to use a standard win32 application and richedit to provide the roll screen effect and then I was in business.
Over the first version I have tried to make it easy to use the system by providing the heavy coding to the debugger in a unit, leaving you with just having to run procedures.
From your application you implement the routines required to communicate with the debugger all of which is supplied in the unit called “LPL_Message.pas”. And then the rest is done using windows messaging system to communicate between the applications.
To ensure that only one application is using the debugger at a time I had to make the debugger communicate back to your application and therefore you will have to write some code in your application to recognize and process these messages since it can’t be done from the unit.
First your application has to contact the debugger to determine whether or not it’s free for use. Running the procedure ”Dial” in the included unit does this. Then the debugger will send a message back to your application telling you if it’s free or not. You should trap your program until you have received a respond and then store the result for use in the rest of the program session.
The LPL Debugger program has a couple of functions to give you an extended use of it. These functions are a stay-on-top to enable you to see the debugger screen at all times, a clear the message screen this will help you to list a single process on the screen which holds up to 16 lines at time and the last function is a save function so you can save all the messages to a file for later comparison and whatever comes to mind. These features can be access by right-clicking on the roll-screen.
The debugger will send a message to the current application that is using it prior to it’s termination, your program should always recognize this message and display a message to the user if this happens, seeing that windows just might shutdown the debugger.System requirementsDelphi 5
screenshots

LPL Debugger Screenshots

LPL Debugger screenshot 1
similarSimilar Software