Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
399 stars 48 forks source link

failed to use debugger #2

Closed roife closed 7 months ago

roife commented 7 years ago

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

Jatana commented 7 years ago

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.

Galib35 commented 3 years ago

please build a debugger setup for Windows