An efficient testing and debugging workflow is crucial when developing extensions. Sliprail provides simple ways to load and debug your extensions locally.
For private extensions or for public extensions before they are published, you can use the local loading feature to test and develop in real-time within Sliprail.
manifest.json file).Once loaded, your extension will be immediately available in Sliprail. Any code changes you make can be reflected immediately after a reload.
Sliprail provides a built-in debugging feature to help you identify and fix issues: the debug log.
The @sliprail/sdk package provides a debug logging API, allowing you to print debug information during your extension's execution.
To view the debug messages from your extension:
This feature provides direct access to debugging information, allowing you to easily monitor your extension's behavior and troubleshoot issues during development.