Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.82 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.82 KB

GitHub GitHub release Uptime Uptime

What is this?

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.

How to use?

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.

Demos

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.

Bugs & Features

Bug reports and feature requests can be created here.