Recent

Author Topic: Lazarus (Daily Snapshot 29.07.2006) debug error  (Read 6328 times)

slai

  • New Member
  • *
  • Posts: 25
Lazarus (Daily Snapshot 29.07.2006) debug error
« on: July 31, 2006, 04:53:36 pm »
hy together

On my Lazarus (Daily Snapshot 29.07.2006) i c'ant debug the error is:
(Ausführung angehalten)
Adresse: $005574D8
Prozedur: main
Datei:

(Todo:Assembler-Ansicht an dieser stelle)

can someone help me?

thanks

greez
andi

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
RE: Lazarus (Daily Snapshot 29.07.2006) debug error
« Reply #1 on: July 31, 2006, 05:54:01 pm »
if in win32, compile with external linker.
Add -Xe to other compiler options
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

slai

  • New Member
  • *
  • Posts: 25
RE: Lazarus (Daily Snapshot 29.07.2006) debug error
« Reply #2 on: July 31, 2006, 07:18:14 pm »
Thanks that works fine :-)

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
RE: Lazarus (Daily Snapshot 29.07.2006) debug error
« Reply #3 on: August 02, 2006, 02:31:52 pm »
Good.
Just in case someone is curious why....
On windows the current FPC 2.1.1 uses the internal linker as default. However this linker doesn't seem to link debugsymbols. With the -Xe option, the external (=slower) linker is used.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

 

TinyPortal © 2005-2018