Recent

Author Topic: Shadows breakpoint  (Read 3393 times)

patrickfarges

  • Newbie
  • Posts: 4
Shadows breakpoint
« 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.



ccrause

  • Hero Member
  • *****
  • Posts: 856
Re: Shadows breakpoint
« Reply #1 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.

ccrause

  • Hero Member
  • *****
  • Posts: 856
Re: Shadows breakpoint
« Reply #2 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).

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9855
  • Debugger - SynEdit - and more
    • wiki
Re: Shadows breakpoint
« Reply #3 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.

patrickfarges

  • Newbie
  • Posts: 4
Re: Shadows breakpoint
« Reply #4 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