/* * [Warning!] This file is auto-generated by pika compiler. * Do not edit it manually. * The source code is *.pyi file. * More details: * English Doc: * https://pikadoc.readthedocs.io/en/latest/PikaScript%20%E6%A8%A1%E5%9D%97%E6%A6%82%E8%BF%B0.html * Chinese Doc: * https://pikadoc.readthedocs.io/zh/latest/PikaScript%20%E6%A8%A1%E5%9D%97%E6%A6%82%E8%BF%B0.html */ #ifndef __PikaDebug_Debuger__H #define __PikaDebug_Debuger__H #include #include #include "PikaObj.h" PikaObj *New_PikaDebug_Debuger(Args *args); void PikaDebug_Debuger___init__(PikaObj *self); void PikaDebug_Debuger_set_trace(PikaObj *self); #endif