FastOlympicCoding
FastOlympicCoding copied to clipboard
failed to use debugger
I'm using it on macOS and I'm wondering how I can use debugger as README.md said.
Thank you for feedback!
To use debugger you only need lldb, the easiest way to get lldb is to install Xcode (you can install Xcode via AppStore)
To run program in debug mode press ctrl+shift+b to enable/disable debugger, if your program falls, you can see the line where it falls and variables in current frame.
More debug functional will be added soon.
please build a debugger setup for Windows