This project holds Python-based demonstrations for Source++, the open-source programmable continuous feedback platform. These demonstrations are meant to be used as a reference for how to use Source++ in your own projects.
Install the Source++ plugin via the JetBrains Marketplace by searching for: Source++
.
Alternatively, you can download the Source++ plugin directly from here.
Once the plugin is installed, check out the demos below. Each demo contains instructions explaining how to use it.
Note: You do not need to run this code to play with the demos. This application is hosted on our publicly accessible servers.
This demonstration shows how to add a "non-breaking breakpoint" to a running application. The Add Breakpoint command is useful for debugging production applications without impacting the end user.
For more information, see the AddBreakpoint class.
Bug reports and feature requests can be created here.