Skip to content

sourceplusplus/demo-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.