mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-29 19:08:44 +00:00
Removing the remotepdb stuff.
This commit is contained in:
parent
1948a27023
commit
0f0fc15c16
@ -11,11 +11,6 @@ from OpenSSL import SSL
|
|||||||
from mitmproxy import version
|
from mitmproxy import version
|
||||||
|
|
||||||
|
|
||||||
def remote_debug(host='localhost', port=4444):
|
|
||||||
import remote_pdb
|
|
||||||
remote_pdb.RemotePdb(host, port).set_trace()
|
|
||||||
|
|
||||||
|
|
||||||
def dump_system_info():
|
def dump_system_info():
|
||||||
mitmproxy_version = version.get_dev_version()
|
mitmproxy_version = version.get_dev_version()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user