Debugging project in editor

Hello,

i wan’t to debug a DotNetProject in my CodeEditor.

Which Editor should i use to provide debugging my C# Project? With Alternet.Editor.Wpf.TextEditor it is not possible.

In a later Version there was the RichDebugEdit class but in the new Version 7.0.0 i can’t find this class. Is there a alternative?

Thanks.

Regards

Hello,

The best option would be to use DebugCodeEdit from Alternet.Scripter.Integration.Wpf assembly, alongside with Script Debugger and Script Debugger UI toolbar/panels.
Please take a look at DebuggerIntegration quickstart project where these classes are hooked up together.

Regards,
Andrew