Skip to main content

VS Code

You can connect your VS Code to your Abstra editor server.

Setup

Navigate to your editor and set up your VS Code. Configure VS Code

This will generate a launch.json file in your project directory. Generated launch.json file

Open the "Run and Debug" tab in VS Code and choose the "Abstra Debugger" option. Select Abstra Debugger

After clicking the play button, a prompt should appear asking for a code. Prompt for code

Retrieve the code from your Abstra editor server and enter it. Enter code from Abstra editor

Now, you are all set to use breakpoints and examine your code. Ready to use breakpoints