Tool that allows you to read debug messages from your tweaks remotly.
- Move RemoteLog.h into your theos/includes folder
- Run
npm i
- Define your computer IP
#define REMOTE_LOG_IP "127.0.0.1" - Start the server
npm start
- Test file main.m
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
Tool that allows you to read debug messages from your tweaks remotly.
npm i#define REMOTE_LOG_IP "127.0.0.1"npm start