dibyendumajumdar / ravi-vscode-debugger

VSCode Debug Adapter for Ravi / Lua 5.3
12 stars 1 forks source link

ravi debugger and osx m1 #5

Open frozen-eye opened 1 year ago

frozen-eye commented 1 year ago

$ ~/.vscode/extensions/ravilang.ravi-debug-1.0.2/bin/osx/ravidebug: Mach-O 64-bit executable x86_64

Is there an aarch64 version for m1 available?

dibyendumajumdar commented 1 year ago

Hi @frozen-eye

I do not have access to a M1 machine so I cannot build this. You could build Ravi locally and just copy the ravidebug executable to the location above. That should work I think.

Regards

frozen-eye commented 1 year ago

Hi @frozen-eye

I do not have access to a M1 machine so I cannot build this. You could build Ravi locally and just copy the ravidebug executable to the location above. That should work I think.

Regards

I can build and provide the executable. How can I reach the sources?

dibyendumajumdar commented 1 year ago

hi @frozen-eye apologies didn't see your message. I don't quite understand your question.

I have to find a way to tell VSCode that there are two ravidebug executables for Mac OSX. I haven't looked at this for a while, if you know the answer please let me know.

I build the extension from https://github.com/dibyendumajumdar/ravi-vscode-debugger