change the default port range for the sdb debugging tool

the current range conflicts w/ a port used by the pycharm editor
This commit is contained in:
Ryan Petrello
2019-09-13 11:50:06 -04:00
parent 4e1fbb3e91
commit 5ed97e0f65
4 changed files with 9 additions and 6 deletions

View File

@@ -70,10 +70,10 @@ a telnet session:
def run(self, pk, **kwargs):
# This will set a breakpoint and open an interactive Python
# debugger exposed on a random port between 6899-6999. The chosen
# debugger exposed on a random port between 7899-7999. The chosen
# port will be reported as a warning in the Tower logs, e.g.,
#
# [2017-01-30 22:26:04,366: WARNING/Worker-11] Remote Debugger:6900: Please telnet into 0.0.0.0 6900.
# [2017-01-30 22:26:04,366: WARNING/Worker-11] Remote Debugger:7900: Please telnet into 0.0.0.0 7900.
#
# You can access it from your host machine using telnet:
#