Interface IDevTools
WIP!!!
This should provide special APIs to assist developers. It will probably change from version to version, so the use should be limited to quick debugs and similar, but never remain in the code.
[WorkInProgressApi("Not yet in use")]
public interface IDevTools
Methods
Debug(object, NoParamOrder, bool)
Enable debugging on a specific object, if it supports it.
void Debug(object target, NoParamOrder noParamOrder = default, bool debug = true)
Parameters
target
objectnoParamOrder
NoParamOrderdebug
bool