I have been using Lazarus IDE v2.0.0 r60307 with fpc 3.0.4 on a 64bit Windows 10 machine without major issues. However, the debugger inserted a breakpoint on the first procedure in the Implementation section. There are no breakpoints in the procedure. In fact, I wrote a dummy procedure without any body, just the begin and end statements besides the procedure name, and call it during the form activation.
Is there any way to clear that breakpoint? If I remove that procedure, the debugger will stop at the procedure that becomes the first one after the removal of the dummy procedure. Debugger options: [image: image.png] Other options: C:\lazarus\fpc\3.0.4\bin\x86_64-win64\fpc.exe -MObjFPC -Scaghi -CirotR -O1 -g -gl -gv -Xg -WG -l -vewnhibq -Filib\x86_64-win64 -Fu..\LMath\uRegression\lib\x86_64-win64 -Fu..\LMath\UOptimum\lib\x86_64-win64 -Fu..\LMath\UPolinoms\lib\x86_64-win64 -Fu..\LMath\UMathStat\lib\x86_64-win64 -Fu..\LMath\URandoms\lib\x86_64-win64 -Fu..\LMath\uMathUtils\lib\x86_64-win64 -Fu..\LMath\ULineAlgebra\lib\x86_64-win64 -Fu..\LMath\UGenMath\lib\x86_64-win64 -FuC:\lazarus\components\bgrabitmap-9.9.3\bgrabitmap\lib\x86_64-win64\3.0.4 -FuC:\lazarus\lcl\units\x86_64-win64\win32 -FuC:\lazarus\lcl\units\x86_64-win64 -FuC:\lazarus\components\lazutils\lib\x86_64-win64 -FuC:\lazarus\packager\units\x86_64-win64 -Fu. -FUlib\x86_64-win64 -FE. -oBaroScanWin.exe -dLCL Is this documented anywhere? I can't find any mention on the web or on the documentation. Any help will be appreciated. Pedro
-- _______________________________________________ lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
