When I installed the latest release after completey removing the old Lazarus everything seemed to work fine. My programs build as expected
Execpt when I went to debugging mode (checking "Generate info for the debugger") I just get:
Compile Project, Mode: Debug, Target: output\BistroMath.exe: Exit code 1, Errors: 1
Error: C:\lazarus\fpc\3.2.2\bin\x86_64-win64\ppcx64.exe returned an error exitcode
This also happens when I start a new application ("hello world" or just a button). As soon as I check debugging I will get exit code 1. Without debugging it compiles and runs.
Running Win10/64. On my old laptop the same behavior is observed now.
Further investigation shows that checking also "Use Heaptrc unit" triggers the error. Without that, it will compile.
Any clues?
Thanks in advance.