// System.out.println("launching");
IDbgpService dbgpService = null;
try {
dbgpService = DLTKDebugPlugin.getDefault().getDbgpService();
IScriptDebugTarget target = new ScriptDebugTarget("org.apache.uima.ruta.ide.debug.rutaModel",
dbgpService, "hello", launch, null);
IOConsole cs = new IOConsole("aa", null);
ScriptStreamProxy proxy = new ScriptStreamProxy(cs);
target.setStreamProxy(proxy);
launch.addDebugTarget(target);
final ISourceLocator sourceLocator = launch.getSourceLocator();
final RutaSourceLookupDirector l = new RutaSourceLookupDirector();
launch.setSourceLocator(new ISourceLocator() {