mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 21:51:27 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user