如何在调试时查看 SWT Image?

发布于 2024-11-19 15:36:21 字数 213 浏览 2 评论 0原文

我在基于 SWT 的应用程序上添加了一个断点,当 Eclipse 在调试会话期间停止在该断点时,我想要查看 Image 变量引用的图像。

如果我右键单击该变量并选择监视检查,我所看到的只是从ImagetoString方法。

是否可以?

I added a breakpoint on my SWT-based application, and when Eclipse stops at it during a debug session I want to view the image referenced by an Image variable.

If I right click the variable and choose watch or inspect, all I see is what is returned from Image's toString method.

Is it possible?

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

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

发布评论

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

评论(2

暗恋未遂 2024-11-26 15:36:21

调试视图无法“显示”图像。自定义“详细信息格式化程序”只能返回要显示的字符串,而不是 ImageImageDescriptor。不过,这将是一个非常好的扩展......

The debug views cannot "show" an image. The custom "Detail Formatters" can only return a string to be shown, not an Image or ImageDescriptor. It would make for a very nice extension though...

没︽人懂的悲伤 2024-11-26 15:36:21

您可以添加几行代码将Image保存到光盘上,然后您就可以查看该图像了。

You could add a few lines of code that save the Image to your disc, then you can view the image.

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