Update website and add student project info

This commit is contained in:
Keavon Chambers
2024-02-06 09:22:26 -08:00
parent 12e16b9a4e
commit 9edd9233db
13 changed files with 234 additions and 109 deletions
@@ -2,7 +2,7 @@
title = "Debugging"
[extra]
order = 1 # Page number after chapter intro
order = 2 # Page number after chapter intro
+++
## Deployed builds
@@ -23,7 +23,7 @@ To show `trace!()` logs, activate *Help* > *Debug: Print Trace Logs*.
## Message system logs
To also view logs of the messages dispatched by the message bus system, activate *Help* > *Debug: Print Messages* > *Only Names*. Or use *Full Contents* for more verbose insight with the actual data being passed. This is an invaluable window into the activity of the message flow and works well together with `debug!()` printouts for tracking down message-related issues.
To also view logs of the messages dispatched by the message system, activate *Help* > *Debug: Print Messages* > *Only Names*. Or use *Full Contents* for more verbose insight with the actual data being passed. This is an invaluable window into the activity of the message flow and works well together with `debug!()` printouts for tracking down message-related issues.
## Node/layer and document IDs