Inspectopedia 2026.2 Help

Logpoints

'println' call can be replaced with a logpoint  

Logpoints is a debugger feature that enables printing expressions (kotlin.io.println) to the standard output without changing the source code.

Print call can be replaced with a logpoint  

Logpoints is a debugger feature that enables printing expressions (System.out.println, IO.println) to the standard output without changing the source code.

Last modified: 30 June 2026