API Reference
debug API
Learn how to use the debug API module to log data, warnings, and errors to the Extension Devtools in Replit extensions.
The debug
api module allows you to log data to the Extension Devtools
Usage
Methods
debug.info
Logs information to the Extension Devtools
debug.warn
Logs a warning to the extension devtools
debug.error
Logs an error message to the extension devtools
debug.log
Logs information to the Extension Devtools
Was this page helpful?