Majitsu
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 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. -
创建于 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...