Debugging Functionality to SyntaxEditor - StepOver

SyntaxEditor for WPF Forum

Posted 10 years ago by Manoj
Version: 13.2.0592
Avatar

Hi, 

 

I am Adding a Debugging Functionality to SyntaxEditor, I have seen the "Indicator - Debugging" sample. there when you click on run button it only stop at the location where you have a BreakPoint Tag(Which is fine), However I need to to know, How I can set that yellow adorner on line(which does not have any tag), when user want to stepover to the next line.

 

Please help.

Thanks,

M

[Modified 10 years ago]

Comments (2)

Answer - Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Manoj,

The current statement indicator is just a tagged text snapshot range that gets set via that sample's DebuggingHelper.SetCurrentStatement method.  Right now that method finds the next breakpoint indicator and makes the current statement tag be its text range.  But you could just as easily set the current statement indicator's text range to any other arbitrary text range there too.


Actipro Software Support

Posted 10 years ago by Manoj
Avatar

Thanks,

I actually ended up creating my own customIndicator, which was easy and I have more control around.

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.