Console shows the output of running your Replit App code, informing you of activity and errors.
Console lets you monitor and review logs printed by your running Replit App in real time.
You can use information from current and past runs to understand your app’s behavior,
troubleshoot errors, and optimize performance.
When debugging using Agent, include console logs in your prompt to provide context.
When you encounter errors or other information in the logs that you want to understand, select the
Ask Assistant button at the top of the entry. This automatically opens the Assistant tab and
submits the log content to Assistant for analysis.
You can control the development version of your app’s availability online.To stop serving requests to the development URL, select the globe with slash icon
on the right side of the network information line.To enable it, select the globe icon.To view your development URL, select the {...}.replit.dev text in the location bar.
Your app remains accessible in the Preview tool even when set to stop serving requests to the development URL.
You can stop a running workflow command from the Console workspace tool.Select the square button on the right side of the line that contains your Replit App run command to terminate it.To restart your app, use the workflow Run button at the top of your workspace.