debugSection

abstract fun <T> debugSection(title: String, block: () -> T): T(source)

Executes a block of code within a debug section.

Return

The result of the block execution.

Parameters

title

The title of the debug section.

block

The code to execute within the section.