Is there anyone who can debug the code run in Tornado Web Server in Pycharm?
I searched the question in google, but I can not found the answer.
Here are the steps I used:
tornado_test.py
and paste the contents of the hello world example on Tornado's docs.Debug 'tornado_test'
self.write("Hello, world")
) using left-click next to the line number http://127.0.0.1:8888/
(it should start waiting for a response)request
for example)Screenshot (don't worry about the blurred parts - those are just other files I had in my project):
Of course you need to have Tornado installed in the (virtual) Python environment you use in PyCharm.