Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 520 Bytes

DEVELOPER.md

File metadata and controls

15 lines (10 loc) · 520 Bytes

Developer Documentation

Debugging

SimLN uses tokio-console tracing to help track down deadlocks and performance issues.

Install and run SimLN in dev mode to enable tracing:

  • make dev-install
  • Run sim-cli as usual

Run tokio-console:

Note that you need to start SimLN before tokio-console to get output (otherwise the window will be blank).