vshaxe / hashlink-debugger

Visual Studio Code Debugger for Haxe/HashLink applications
https://hashlink.haxe.org/
MIT License
57 stars 23 forks source link

Debugging not working on M1 macbook #119

Open AesteroidBlues opened 1 year ago

AesteroidBlues commented 1 year ago

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.

rcstuber commented 1 year ago

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