看板 Eclipse 關於我們 聯絡資訊
※ 引述《small2 (你..你..你..   )》之銘言: : 我現在想要去看Eclipse裡面原本就存在的plugin : 像是 : org.eclipse.ui.resourcePerspective : org.eclipse.debug.ui.VariableView : 要在哪找到類似這些plugin放在哪裡? 像是org.eclipse.debug.ui.VariableView是我在debug模式下 我可以去監看我的值 其他像是 org.eclipse.ui.resourcePerspective -->也就是resource perspective org.eclipse.ui.views.TaskList -->一般在使用Eclipse時 會在下面的task的label 那我現在就是想要去看org.eclipse.debug.ui.VariableView 想知道他是怎麼去抓那些值 或者去加東西在上面之類的 所以我想把這個找出來看是怎麼寫的 只是一直都找不到 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.116.72.87
quake:要深入VariableView請先搞懂Eclipse debugging framework 12/25 20:01
quake:才會比較好下手. Debugging framework很大一塊,建議從 12/25 20:02
quake:Eclipsecon的投影片及範例開始看起 12/25 20:04
quake:resourcePerspective 和 TaskList 相對來說簡單許多 12/25 20:05
quake:若只是為了練習寫UI應該找簡單一點的 12/25 20:06