Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 458 Bytes

File metadata and controls

9 lines (6 loc) · 458 Bytes

Developer Documentation

Debugging

tracing is used for logging in the language server, compiler, and GUI. The language server and GUI write tracing events to ~/.local/state/argon/lang-server.log and ~/local/state/argon/gui.log, respectively.

For example, you may add an tracing::info!("debug"); statement to a line in the GUI and check the GUI log to determine whether the subsequent code is reached.