Skip to content

CPU-View freezes the IDE (GDB only!) #7

@fibodevy

Description

@fibodevy
  1. Set the debugger to GDB! FpDebug works fine.
  2. Create a new project (Simple Program).
  3. Code:
{$mode objfpc}
begin
  WriteLn(1); // place a breakpoint here
end.
  1. Start the program with debugging.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions