Skip to content

Commit 7493a85

Browse files
committed
Merge branch 'master' of github.com:cherokee/webserver
2 parents 291a521 + cb0e73b commit 7493a85

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

admin/server.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
# 02110-1301, USA.
2525
#
2626

27+
# Remote Debugging
28+
# Uncomment the following two lines to enable remote debugging
29+
#import pydevd
30+
#pydevd.settrace('localhost', port=9091, stdoutToServer=True, stderrToServer=True)
31+
2732
# System
2833
import os
2934
import sys

0 commit comments

Comments
 (0)