typedef void (*PK_DEBUG_SESSION_create_cb_t)(PK_ITEM_t, PK_CLASS_t); These callback functions are registered via the PK_DEBUG_SESSION_watch functions. The create callback function is invoked whenever a watched item is created. The callback is invoked once the item has been initialised. No modelling operation should be performed on the item.