Mac M1 Debugging Step Through help #433
-
Hello everyone, I'm on the Mac M1 using the C/C++ Extension for building and CodeLLDB for debugging. I know this has instruction level and source level step through. I'm trying to make it to where it's only source level step through. I've tried disabling the disassembly view to see if the instruction Level Step through gets disabled but it does not. The reason I'm wanting to disable this is because I'm wanting to the see the output from printf function in the output console but it doesn't show up until I've stepped through the instruction level after the source level. Any help with how I can do this would be appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Can you simply set a breakpoint after printf? |
Beta Was this translation helpful? Give feedback.
Can you simply set a breakpoint after printf?