aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-11-18 02:52:20 +0100
committerMaximilian Hils <git@maximilianhils.com>2019-11-18 02:52:20 +0100
commitcb22fc68d1666c54f55df2c4274a5bc63f7b2110 (patch)
treed01c7133fb87b332a9aa188b0ae955738616d981 /examples
parent8b52ea248e690df0d9892e9c5d9f88eda2486275 (diff)
downloadmitmproxy-cb22fc68d1666c54f55df2c4274a5bc63f7b2110.tar.gz
mitmproxy-cb22fc68d1666c54f55df2c4274a5bc63f7b2110.tar.bz2
mitmproxy-cb22fc68d1666c54f55df2c4274a5bc63f7b2110.zip
adjust remote debug example to latest pycharm version
Diffstat (limited to 'examples')
-rw-r--r--examples/complex/remote_debug.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/complex/remote_debug.py b/examples/complex/remote_debug.py
index fa6f3d33..4b117bdb 100644
--- a/examples/complex/remote_debug.py
+++ b/examples/complex/remote_debug.py
@@ -15,5 +15,5 @@ Usage:
def load(l):
- import pydevd
- pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True)
+ import pydevd_pycharm
+ pydevd_pycharm.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True, suspend=False)