Never use print for debugging again
-
Updated
Sep 14, 2021 - Python
Is your feature request related to a problem? Please describe.
I don't want to have another .ignore file
Describe the solution you'd like
We can default .stignore to .dockerignore/.gitignore and show a warning
Add a description, image, and links to the debug topic page so that developers can more easily learn about it.
To associate your repository with the debug topic, visit your repo's landing page and select "manage topics."
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?