Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Interface IDevTools

Namespace
ToSic.Sxc.Code
Assembly
ToSic.Sxc.dll

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 object
noParamOrder NoParamOrder
debug bool