Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,117
    • Issues 2,117
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FPC
  • LazarusLazarus
  • LazarusLazarus
  • Issues
  • #39696
Closed
Open
Issue created Apr 03, 2022 by Okoba@OkobaPatino

FPDebug not showing hint or watches

  • Lazarus/FPC Version: Lazarus 2.3.0 (rev main-2_3-1003-g8d60667e) FPC 3.3.1 x86_64-darwin-cocoa

What happens

IDE shows "Internal error: Failed to read the data from memory" for hint or watches while debugging.

What did you expect

Correct info like the Stable version.

Steps to reproduce

On an M1 machine, and config both on lldb debugger with fpdebug and set the path to "/usr/bin/lldb".

program Project1;
 
var
  A, B: Integer;
begin
  A:=1;
  B:=A;
end.
       

More info

https://forum.lazarus.freepascal.org/index.php?topic=58822

Assignee
Assign to
Time tracking