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プラグインはありますか?たとえば、BufferedImageオブジェクトを検査するときに、toString値ではなく、画像を表示したいとします。
拡張ポイントorg.eclipse.jdt.debug.javaLogicalStructuresは、「変数」ビューで変数の構造化されたビューを提供するために使用されます...残念ながら、文字列ベースの結果しか得られません。
org.eclipse.jdt.debug.javaLogicalStructures
理論的には、「変数」ビューに新しいコマンドを追加する新しいプラグインを追加できます(選択はタイプJDILocalVariableです)...
JDILocalVariable