mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
adjust remote debug example to latest pycharm version
This commit is contained in:
parent
8b52ea248e
commit
cb22fc68d1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user