inspect function

Object inspect (Object object)

Send a reference to object to any attached debuggers.

Debuggers may open an inspector on the object. Returns the argument.

Implementation

external Object? inspect(Object? object);