Lazarus

Using the Lazarus IDE => Debugger => Topic started by: patrickfarges on August 08, 2021, 10:15:26 am

Title: Shadows breakpoint
Post by: patrickfarges on August 08, 2021, 10:15:26 am
Hi all

Any idea how to delete this "fake" breakpoint ?
Clic on "Ok" don't change anything.
I have deleted the .dbg and .exe file, but i have the same popup windows evry time I launch my program.


Title: Re: Shadows breakpoint
Post by: ccrause on August 08, 2021, 11:15:40 am
Hi all

Any idea how to delete this "fake" breakpoint ?
Clic on "Ok" don't change anything.
I have deleted the .dbg and .exe file, but i have the same popup windows evry time I launch my program.
Breakpoints are stored separately from the executable and debug information.  You can view/edit/delete breakpoints for the current project by clicking on View | Debug Windows | Breakpoints.
Title: Re: Shadows breakpoint
Post by: ccrause on August 08, 2021, 11:29:54 am
Further troubleshooting - show the debug output content (View | IDE internals | Debug Output).  This may show more information regarding breakpoint 8 which points to invalid memory (at least according to the original error message).
Title: Re: Shadows breakpoint
Post by: Martin_fr on August 08, 2021, 12:53:11 pm
Ideally create a log https://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session
Otherwise give the "debug output" as told by CCrause.
Title: Re: Shadows breakpoint
Post by: patrickfarges on August 08, 2021, 03:39:12 pm
That worked.
Thanks for your fast reply.
Very nice community ;)

Hi all

Any idea how to delete this "fake" breakpoint ?
Clic on "Ok" don't change anything.
I have deleted the .dbg and .exe file, but i have the same popup windows evry time I launch my program.
Breakpoints are stored separately from the executable and debug information.  You can view/edit/delete breakpoints for the current project by clicking on View | Debug Windows | Breakpoints.
TinyPortal © 2005-2018