- Set the debugger to GDB! FpDebug works fine.
- Create a new project (
Simple Program).
- Code:
{$mode objfpc}
begin
WriteLn(1); // place a breakpoint here
end.
- Start the program with debugging.
- Open CPU-View. The IDE freezes.
Initially I thought this was caused by my local modifications to the IDE/FPC source, but I was able to reproduce the issue on a clean setup: fresh FPC/Lazarus trunk installed via fpcupdeluxe, then the latest CPUView + FWHexView from GitHub. The entire IDE freezes and the only way out is to kill the processes manually (Lazarus -> GDB -> debugged program).
My setup is Windows 10 x64.
Simple Program).Initially I thought this was caused by my local modifications to the IDE/FPC source, but I was able to reproduce the issue on a clean setup: fresh FPC/Lazarus trunk installed via fpcupdeluxe, then the latest CPUView + FWHexView from GitHub. The entire IDE freezes and the only way out is to kill the processes manually (Lazarus -> GDB -> debugged program).
My setup is Windows 10 x64.