Replies: 1 comment
-
It's just like any other source level debugging. Please check that you actually have correct debug into for your binary. Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm having a hard time wrapping my head around using the debugger on m1 to debug pure assembly code ( sources in .s file, using armv8 instruction set ). So far, I've managed to get the debugger to stop on exceptions, but it does not recognize my sources ( giving me a "Source location: unknown" ).
Here's my settings.json:
My launch.json is the minimal example you provide.
Any help would be appreciated!
Platform: Apple M1, MacOS 12.
( edit: formatting )
Beta Was this translation helpful? Give feedback.
All reactions