FastOlympicCoding icon indicating copy to clipboard operation
FastOlympicCoding copied to clipboard

failed to use debugger

Open roife opened this issue 8 years ago • 2 comments

I'm using it on macOS and I'm wondering how I can use debugger as README.md said.

roife avatar Jul 08 '17 10:07 roife

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.

Jatana avatar Jul 08 '17 18:07 Jatana

please build a debugger setup for Windows

Galib35 avatar Jan 31 '21 18:01 Galib35