3

I run Hopper Disassembler v4 Debugger execute a program, but tooltip Cannot Launch debugger. Detail Error Content is:

"Please make sure that LLDB is installed, and that the binary can be launched on the targeted computer."

I am Macos 10.14.6, haved lldb,version is lldb-1100.0.30.12 in /usr/bin/lldb

Naor Levi
  • 1,713
  • 1
  • 13
  • 27
paul hu
  • 31
  • 1
  • 1
    Did you make sure the app runs under lldb? Just try, in Terminal, `lldb YourApp.app` and then `run` at the lldb prompt. A lot of apps can't be debugged - they mark themselves as non-debuggable and the system respects that marking by refusing to allow the debugger to attach. The particular app you are trying to debug might be one of these. You'll see the error from `run` if this is the case. – Jim Ingham Jan 22 '20 at 18:23

0 Answers0