On 06/06/2019 16:59, Dimitrios Chr. Ioannidis via lazarus wrote:
Hi,

  if I remember correctly, there was a standalone fpdebug application. Am I correct ? Because I could not build any project from the fpdebug/app dir.

PS: I used a fresh svn update for fpc trunk and Lazarus trunk.

Indeed, they are currently broken.

I did fix some of the compile errors (Those I had previously fixed in fpdserver, so I knew how to fix them).
But there are some more.

The one in breakpoints, stem from the fact that more than one breakpoint can be set to the same address. But the original design had not foreseen that. It looks like fpd has a command do delete "the" breakpoint at "address". But that is not possible. So that needs a redesign (or be made "all" brkpnt at addr).

Haven't looked any further.
--
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to