You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just putting this here for now, it should eventually go in some documentation.
The best tool I've found for debugging network is mitmproxy, which can capture network traffic headed towards a private server, or traffic from a computer or VM.
Besides that, there's also the procedure of adding debug!() calls to a module, and then enabling debug output only in that module with the screeps-rs-client -d screeps_rs_ui::module::path syntax.
The text was updated successfully, but these errors were encountered:
Just putting this here for now, it should eventually go in some documentation.
The best tool I've found for debugging network is mitmproxy, which can capture network traffic headed towards a private server, or traffic from a computer or VM.
Besides that, there's also the procedure of adding
debug!()
calls to a module, and then enabling debug output only in that module with thescreeps-rs-client -d screeps_rs_ui::module::path
syntax.The text was updated successfully, but these errors were encountered: