""" This script enables remote debugging of the mitmproxy *UI* with PyCharm. For general debugging purposes, it is easier to just debug mitmdump within PyCharm. Usage: - pip install pydevd on the mitmproxy machine - Open the Run/Debug Configuration dialog box in PyCharm, and select the Python Remote Debug configuration type. - Debugging works in the way that mitmproxy connects to the debug server on startup. Specify host and port that mitmproxy can use to reach your PyCharm instance on startup. - Adjust this inline script accordingly. - Start debug server in PyCharm - Set breakpoints - Start mitmproxy -s remote_debug.py """ def load(l): import pydevd pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True) '> xenJames
aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-ia64/linux/asm/checksum.h
blob: 1f230ff8ea81ce9694bc76ec07c6d9858e04862d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76