Debug printings can only be triggered from OCaml sources at the moment but should instead be triggered through defines to make it simpler, this would allow debugging without re-compiling the plugin. Maybe the context-specific ones could be triggered via metadata too?
There are currently 5 of them which can be changed separetely:
Debug printings can only be triggered from OCaml sources at the moment but should instead be triggered through defines to make it simpler, this would allow debugging without re-compiling the plugin. Maybe the context-specific ones could be triggered via metadata too?
There are currently 5 of them which can be changed separetely:
gl_debug_mutationsfromEcsoAnalyzer.globalctx_debug_archetype_eqfromEcsoContext.tctx_debug_genfromEcsoContext.twith the valuesno_debugging,simple_debuggingandfull_debuggingrunfunction of the plugin inecso.mldefines alet print_ctxs = false inLocalFlowhave a hard codedlet print_debug = falsetoo.