package bluej.stride.framedjava.ast;

import threadchecker.OnThread;
import threadchecker.Tag;
import bluej.stride.framedjava.frames.DebugInfo;

@OnThread(Tag.FXPlatform)
public interface JavaSingleLineDebugHandler
{       
public HighlightedBreakpoint showDebugBefore(DebugInfo debug);

   
   public void showException(); 
   }
top, use, map, interface JavaSingleLineDebugHandler

.   showDebugBefore
.   showException




10 neLoCode + 0 LoComm