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:
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.
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 themake codesign_osx
step. I can run my heaps application no problem.When I launch from debugger in vscode I see this:
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.