读取断点信息的 Eclipse 插件

发布于 2024-09-15 02:24:34 字数 199 浏览 5 评论 0原文

我正在使用旧的嵌入式调试工具,但使用起来很令人沮丧。然而,我刚刚发现它可以通过多种方式实现自动化,例如在启动时设置断点。

由于我使用 eclipse cdt 作为开发环境,我想知道是否可以编写一个 eclipse 插件来读取所有断点,以便我可以用调试工具专有语言生成脚本,然后启动调试器。这样我就可以在 Eclipse 中设置断点,并在需要时将它们加载到我的调试器中。

I'm working with a legacy embedded debugging tool and it's frustrating to work with. I just found out however that it can be automated in many ways, such at setting breakpoints on start up.

Since I use eclipse cdt as my development environment, I was wondering if I could write an eclipse plugin that reads all my breakpoints so I can generate a script in my debugging tools proprietary language and then launch the debugger. This way I can set breakpoints in eclipse and have them load up in my debugger when ever I need them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挖鼻大婶 2024-09-22 02:24:35

在断点视图中右键单击并选择“导出断点...”

Right-click in the breakpoint view and select "Export breakpoints..."

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文