hashlink-debugger icon indicating copy to clipboard operation
hashlink-debugger copied to clipboard

Debugging not working on M1 macbook

Open AesteroidBlues opened this issue 2 years ago • 1 comments

I'm trying to debug a program on an m1 macbook and the debugger seems to be failing before launching my hashlink app. I built hashlink from source using an -arch x86_64 and performed the make codesign_osx step. I can run my heaps application no problem.

When I launch from debugger in vscode I see this: image

I'm using code-insiders v1.78 but this repros on 1.76.2 universal

Also if I build the debugger and try to use hl debugger.hl myApp.hl nothing seems to happen.

AesteroidBlues avatar Apr 17 '23 16:04 AesteroidBlues

See: https://github.com/HaxeFoundation/hashlink/issues/503

rcstuber avatar Apr 18 '23 04:04 rcstuber