When starting the Lazarus Object Pascal program in debug mode, the debugger opens ten libraries of LCL libraries in the IDE editor and passes them to all these blocks after completing any of my event handlers with the F4 key. How can I prevent this, and instead restrict the debugger to just my source code?
source
share