Skip to content

Make debugging consistent

Patrick Dupuis requested to merge topic/debug-consistent into develop

This MR makes debugging in SATIE uniform in its implementation. Currently, if you want to turn on debugging, you need to set debug = true in both Satie and SatieConfiguration. This MR makes Satie.debug turn on/off debugging.

I'm unsure if this should go into 1.3.1 or develop.

Edited by Patrick Dupuis

Merge request reports