in command-line-debugger/src/main/java/org/apache/tools/ant/listener/DebuggerListener.java [116:125]
protected Map getDefaultCommandSupport() {
if (auditor instanceof DebugSupport) {
Map defaults = new HashMap();
defaults.put("trace", auditor);
defaults.put("break", this);
defaults.put("watch", this);
return defaults;
}
return null;
}