com.borland.jbuilder.node
Interface JBDebuggable

All Known Implementing Classes:
JavaFileNode, SQLJFileNode, JspFileNode

public interface JBDebuggable

Debuggability of a file node is enabled by the file node implementing the com.borland.jbuilder.node.JBDebuggable interface and extending com.borland.primetime.node.TextFileNode. File nodes that do not comply with this definition will not be able to be debugged with JBuilder. The JBDebuggable interface has no methods or fields and serves only to identify the semantics of being debuggable.