Skip to main content

Smart Console

Smart Console is not just your ordinary terminal emulator.

Here, you can monitor your script variables in real-time and get assistance from our AI assistant.

You can switch between debug mode and AI assistant by clicking on the icon in the bottom-right corner.

AI Assistant

Our AI Assistant functions like a regular LLM chat, but it passes the context of your code and error messages to the prompt. This way, you don't need to manually copy and paste snippets.

This AI technology can help you identify bugs, enhance your code quality, or even suggest performance optimizations to your code.

AI Assistant is only available for Abstra Cloud account holders.

Debug Mode

In this mode, you can evaluate Python expressions. All expressions will be assessed against your code, which aids in inspecting variables and identifying bugs.