Christian Ulrich wrote:
> Hello,
> 
> At time i have massive problems with the debugger,
> 
> in Linux: the debugger generally works but dont find files often when i
> set breakpoints.
> 
> <-break-insert udata.pas:58>
> &"No source file named udata.pas.\n"
> 
> ^error,msg="No source file named udata.pas."
> 
> (gdb)
> 
> Full Path to the file:
> 
> /windows/D/src/prometheus/src/udata.pas

and you opened the file axactly throug that path (no symlinks in between ?)

> in the same path umain.pas is found so i dont think its an
> upper/lowercase issue ...
> 
> This occours in all my projects in every second unit. So schould be
> reproduceable good.
> has nobody else such effect ?
> 
> In Windows:
> 
> Since Lazarus 0.9.16/17 Lazarus dont recognizes breakpoints from fpc
> 2.1.1 correct.
> They are Shown like an exception (in an message window) occours with
> internal AND EXTERNAL linker.

With the internal linker there is a problem. With the externalllinker
I've no problem (tested till last week)


When running gdb from a command line, can you set breakpoints there ?
(br filename:lineno)

Marc



_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to