mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
debug comment out.
This commit is contained in:
parent
fa183e80b0
commit
4a0f4e28c3
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ public class MIPlugin extends Plugin {
|
|||
String[]args = new String[]{"gdb", "-q", "-i", "mi", program};
|
||||
Process gdb = Runtime.getRuntime().exec(args);
|
||||
MISession session = createMISession(gdb.getInputStream(), gdb.getOutputStream());
|
||||
///*
|
||||
/*
|
||||
try {
|
||||
CommandFactory factory = session.getCommandFactory();
|
||||
MIBreakInsert bkpt= factory.createMIBreakInsert(true, false, null, 0, "routine");
|
||||
|
@ -63,7 +63,7 @@ public class MIPlugin extends Plugin {
|
|||
} catch (MIException e) {
|
||||
throw new IOException("Failed to attach");
|
||||
}
|
||||
//*/
|
||||
*/
|
||||
return new CSession(session);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue