Setup Plugin⚓︎
Download Plugin⚓︎
With Source++, you can add live instruments (breakpoints, logs, etc.) from the source code of your live application either from your IDE, or from the CLI. To use Source++ through your IDE, you need to first install the Source++ Plugin.
Note
The Source++ Plugin currently only supports JetBrains IDEs.
Installing Source++ Plugin⚓︎
- Navigate to your JetBrains IDE.
- Press Ctrl+Alt+S to open the
Settings
dialog and then go toPlugins
. - Open the
Marketplace
tab. - Search for
Source++
. - Press
Install
. - Click
OK
in theSettings
dialog and restart your IDE.
Configure Plugin⚓︎
Before you can work from your IDE with Source++, you need to connect the plugin with your SkyWalking/live-platform environment. To connect your plugin, follow these steps:
- Open the Source++ plugin configuration page
- Input the service host and access token provided (if necessary)
- If
Root Source Package
is empty, input the base common package of your application- E.g.
com.company.application
- E.g.
Last update:
May 19, 2022