1 19 20 package org.netbeans.modules.debugger.importd; 21 22 import org.openide.debugger.Debugger; 23 24 import org.netbeans.modules.debugger.*; 25 26 27 32 public class ImportDebuggerImpl extends DebuggerImpl { 33 34 35 40 public String getDisplayName () { 41 return ImportDebugger.getLocString ("CTL_Import_Debugger"); 42 } 43 44 47 public AbstractDebugger createDebugger () { 48 return new ImportDebugger (); 49 } 50 } 51 52 | Popular Tags |