Jatana / FastOlympicCoding

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

Failed to use the debugger. #39

Open LittleFall opened 3 years ago

LittleFall commented 3 years ago

image

image

LittleFall commented 3 years ago

macOS 11.2.1 xcode-select version 2384 lldb-1200.0.44.2

Jatana commented 3 years ago

Could you run python --version from the terminal and paste the result here

LittleFall commented 3 years ago

Could you run python --version from the terminal and paste the result here

in system terminal:

python --version
Python 2.7.16

in sublime:

>>> import sys
>>> print(sys.version)
3.3.6 (default, Mar 30 2018, 11:14:15) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]
>>> print(sys.version_info)
sys.version_info(major=3, minor=3, micro=6, releaselevel='final', serial=0)
LittleFall commented 3 years ago

gently push for some updates...

Mariosz2 commented 2 years ago

@LittleFall Have you solved this problem?👀

LittleFall commented 2 years ago

@LittleFall Have you solved this problem?👀

not yet...

Mariosz2 commented 2 years ago

all right, thank you.

zhk1211 commented 2 years ago

@Jatana So how to use it?

zhk1211 commented 2 years ago

@LittleFall Have you solved it till now?

LittleFall commented 1 year ago

@LittleFall Have you solved it till now?

no, I use CLion now, still thanks the author of this repo, it help many of my friends.