Debugging the Reemo Agent¶
This page guides you through common methods of debugging with Reemo.
Enable logs in the Reemo Agent¶
To enable logs in the Reemo Agent on your remote computer, edit the reemo.ini file located at:
Windows:
C:\Program Files\Reemo\service\reemo.ini
Linux:
/opt/reemo/reemo.ini
macOS:
/Library/Application Support/Reemo/reemo.ini
Then add the following lines:
[logger]
severity = 5
You can restart the Reemo service.
After your session, two new files will appear next to the reemod executable:
reemo.service.log: logs from the network service.
reemo.capture.log: logs from the capture service.
Enable logs in the Reemo WebClient¶
From your browser, you can view the WebClient logs by opening the Developer Tools → Console tab.
Note
The keyboard shortcut to open developer tools is: CTRL+SHIFT+i or F12.
You can open the developer tools before starting a new session to see live logs.
Debug the capture process¶
To specifically debug the capture process, run the following command in a terminal:
./reemod -debug_capture