Is there a SWT debugger/spy?(是否有 SWT 调试器/间谍?)
问题描述
我正在尝试调试我的 SWT 对话框(在 Eclipse 插件中).我想知道为什么布局是这样的,以及控件之间的边界在哪里.我看过 SWT Spy 插件 (http://www.eclipse.org/swt/tools.php),但我想要更图形化的东西.
I'm trying to debug my SWT dialog (in an Eclipse plugin.) I'd like to find out why the layout is the way it is, and where the borders are between the controls. I've seen the SWT Spy plugin (http://www.eclipse.org/swt/tools.php), but I'd like something more graphical.
我基本上是在寻找类似于 WebKit 开发人员工具面板允许您指向某物并在实际呈现的页面和 HTML 源代码中对其进行概述的方式.
I'm basically looking for something similar to the way the WebKit developer tools panel allows you to point at something and have it be outlined in both the actual rendered page, and in the HTML source.
推荐答案
查看毕加索:http://wiki.eclipse.org/PDE/Incubator/Picasso
这篇关于是否有 SWT 调试器/间谍?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否有 SWT 调试器/间谍?
基础教程推荐
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01