- Using ipdb, when in ipdb.set_trace() mode use
scommand to step into the function.
- Simple http server to transfer files from your computer. This will enable users in the same network access the files in your server directory by http://<local_ip>:8000.
python -m http.server 8000