You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: