Recent

Author Topic: Lazarus Release 3.2  (Read 39566 times)

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 10549
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release 3.2
« Reply #45 on: May 26, 2024, 10:56:29 am »
Thanks for the new version!
However, I'm having trouble debugging. Installed the 32-bit version (the computer is 64-bit). If I compile a 64-bit project, then I definitely need to disable the debugger. And in older versions (2.2.2) it was even possible to debug something...

That older IDE would have used the GDB backend. You can change that in your config, and it should work the same in 3.2.

FpDebug can cross debug only the other way round.
- FPDebug in a 32 bit IDE only debugs 32 bit targets
- FPDebug in a 64 bit IDE debugs 64 and 32 bit.


This limit is given by Windows itself. GDB works because the 32bit IDE can start a 64 bit GDB (gdb is an external exe).

Btw, Why don't you use a 64 bit IDE?

shyub

  • Full Member
  • ***
  • Posts: 142
Re: Lazarus Release 3.2
« Reply #46 on: May 28, 2024, 03:32:37 pm »
The fact is that I installed laz4android3.2-FPC3.2.2 and lazarus-3.2-fpc-3.2.2-cross-x86_64-win64-win32. From time to time I write small programs for Android.

 

TinyPortal © 2005-2018