Recent

Author Topic: pls help debugger warning  (Read 4246 times)

vaanffxii

  • Newbie
  • Posts: 3
pls help debugger warning
« on: November 11, 2015, 07:15:18 pm »
I used lazarus 1.4.4 on el capitan.
when I pressed stop button the dialog box "Debugger Warning" was always appear.(pls see attachment)
pls help me to solve this problem.

note:
1.I complied on empty form.
2.sorry for my english.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9867
  • Debugger - SynEdit - and more
    • wiki
Re: pls help debugger warning
« Reply #1 on: November 11, 2015, 08:02:42 pm »
Looks like gdb has a problem with an external library (.so)

Try this setting: http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#internal-error:_clear_dangling_display_expressions

If that does not help then the issue probably can only be fixed in gdb -> meaning another version of gdb.

vaanffxii

  • Newbie
  • Posts: 3
Re: pls help debugger warning
« Reply #2 on: November 12, 2015, 05:51:45 am »
Looks like gdb has a problem with an external library (.so)

Try this setting: http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#internal-error:_clear_dangling_display_expressions

If that does not help then the issue probably can only be fixed in gdb -> meaning another version of gdb.
thank you for your advise.

I tried to setting the debugger options by set the field "DisableLoadSymbolsForLibraries" to "True" ,it isn't solved my problem.
I will try to change another version of gdb.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9867
  • Debugger - SynEdit - and more
    • wiki
Re: pls help debugger warning
« Reply #3 on: November 12, 2015, 02:10:48 pm »
Since it only happens when you press stop, you could also ignore it.
It is an inconvenience, but it does no damage.

In order to ensure that it will not affect the next debug, go to the debugger options and check "Automatically reset debugger after each run". 

vaanffxii

  • Newbie
  • Posts: 3
Re: pls help debugger warning
« Reply #4 on: November 12, 2015, 06:25:07 pm »
Since it only happens when you press stop, you could also ignore it.
It is an inconvenience, but it does no damage.

In order to ensure that it will not affect the next debug, go to the debugger options and check "Automatically reset debugger after each run". 


Worked!

Thank you very much.

 

TinyPortal © 2005-2018