Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大局是我们需要实现一个远程调试器作为一个 Eclipse 插件。在调试期间将传递的代码将显示在文本编辑器中。
我在想我们如何处理在文件上放置断点的问题。有什么方法可以监听双击事件,然后获取发出双击的特定行?
非常感谢您阅读和思考。
看看Eclipse Debug 项目——他们有一个新的调试器的完整基础设施。包括断点、编辑器等的接口。