Majitsu
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Majitsu 创建了一个帖子, 已完成pycharm not recognizing built in imports on remote interpreter
Everything executes fine, eg I can run the file in the IDE with no issues, but the IDE is not recognizing built in python modules for some reason. The interpreter is on a remote SSH. -
Majitsu 创建了一个帖子, 已回答IntelliJ IDEA equivalent of Eclipse's launching external tools?
In Eclipse, there is a feature where you can start a debug server, launch an external exe and attach the debugger to that, for example using pydevd like pydevd.settrace('localhost', port=5678) Does...