adjust remote debug example to latest pycharm version

This commit is contained in:
Maximilian Hils 2019-11-18 02:52:20 +01:00
parent 8b52ea248e
commit cb22fc68d1

View File

@ -15,5 +15,5 @@ Usage:
def load(l): def load(l):
import pydevd import pydevd_pycharm
pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True) pydevd_pycharm.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True, suspend=False)