Class DebugPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DebugPanel extends JPanel
See Also:
  • Field Details

    • DEBUG_COLOR

      public static final Color DEBUG_COLOR
  • Constructor Details

    • DebugPanel

      public DebugPanel(MCreator mcreator)
  • Method Details

    • startDebug

      public void startDebug(@Nonnull JVMDebugClient debugClient)
    • addMarker

      public void addMarker(DebugMarker marker)
    • stopDebug

      public void stopDebug()
    • getMCreator

      public MCreator getMCreator()
    • getDebugClient

      @Nullable public JVMDebugClient getDebugClient()