Any C/C++ debugger available for m1 right now?
I'm trying to debug a C++ code in Visual Studio Code(Apple Silicon Version). Have installed gcc with homebrew(native version), building and running works fine, but while debugging VSCode doesn't launch the file(I'm using Debug using C++/GDB option which comes with the C/C++ extension in the launch.json). I think this is because I don't have GDB installed(checked it via terminal, not installed). On Homebrew website it doesn't show an option for gdb for Apple Silicon. So is there a C++ debugger for m1 yet?