Class DebugPanel

    • Constructor Detail

      • DebugPanel

        public DebugPanel​(Debugger debugger)
    • Method Detail

      • dispose

        public void dispose()
        Description copied from interface: IDisposable
        Dispose any resources, caches, etc, that support this component.
        Specified by:
        dispose in interface IDisposable
      • getDebugger

        public Debugger getDebugger()
      • addLocationListener

        public void addLocationListener​(Consumer<Location> listener)
      • removeLocationListener

        public void removeLocationListener​(Consumer<Location> listener)
      • getDropToFrame

        public StackFrame getDropToFrame()