我可以在C#的代码编辑器中创建断点吗 [英] Can I make our breakpoint in my code editor in c#

查看:76
本文介绍了我可以在C#的代码编辑器中创建断点吗的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用c#WinForms开发我们的产品,然后我想可以在我们的产品开发中创建一个断点来调试Java和其他代码.i想在我们的ide中添加断点

I am making our ide in c# WinForms then I think can I make a breakpoint in our ide for debugging code like Java and other .i want to add breakpoint in our ide

推荐答案

我认为这不是问题.这是必须实现的功能.

I think it is not a question. It is a feature that must be implemented.

很多年前,我们的团队通过C#为自定义脚本语言实现了类似的程序.您必须做一些GUI事情,并使用解释器来执行命令,并在到达断点指定的行时将其停止.

Many years ago our team implemented a similar program for a custom scripting language by C#. You must do some GUI things and using an interpreter to do the command and stop it when reach the line that specified by breakpoints.

您可以使用SharpCode.TextEditor或DigitalRune.Windows.TextEditor或....它们具有一些向用户显示行和断点的功能,还具有代码完成功能和其他有用的功能.

You can use SharpCode.TextEditor or DigitalRune.Windows.TextEditor or .... They have some features to show the user the running line and breakpoints and also they have code completion and other useful features.

这篇关于我可以在C#的代码编辑器中创建断点吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆