Debug tooltips on hover

When in Debug mode and stopped at a breakpoint, hovering over dientifiers will show up their name and value in a tooltip. All matching locals will be shown, one on each line.
This commit is contained in:
AL
2017-11-30 11:06:36 +00:00
parent cdf72b6798
commit 0a0ecf8112
5 changed files with 85 additions and 5 deletions

View File

@@ -823,7 +823,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
return abcPanel;
}
private ActionPanel getActionPanel() {
public ActionPanel getActionPanel() {
if (actionPanel == null) {
actionPanel = new ActionPanel(MainPanel.this);
displayPanel.add(actionPanel, CARDACTIONSCRIPTPANEL);