Debug like Visual Studio - Help

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Jerry
Avatar
I want to put a round red circle and then change the background to red just like Visual Studio. Can some give me and Idea of how to begin to do this? Is this possible with the syntax editor?

Thanks

Jerry

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
If you mean the breakpoint in VS, then yes, we support that sort of thing.
Breakpoints are made by creating a span indicator in SyntaxEditor.
It lets you draw a glyph in the indicator margin (the red circle) as well as apply special highlighting to a text range.
Our BreakpointIndicator implementation includes an Enabled property that when set to false will draw a hollow red circle.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.