uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.1k stars 251 forks source link

Use TraceSwitch for RenderVisualization() debug logging #1283

Closed throwaway96 closed 11 months ago

throwaway96 commented 11 months ago

Logging in RenderVisualization() is now controlled by TraceSwitch for VisualizerControl.

uxmal commented 11 months ago

Thanks. This reduces debug spam when not needed.