1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
This commit is contained in:
Alain Magloire 2004-11-11 03:06:22 +00:00
parent dbd62a6ed4
commit d5cfd2a0af

View file

@ -269,8 +269,7 @@ public class MISession extends Observable {
}
public boolean useExecConsole() {
return false;
//return useInterpreterExecConsole;
return useInterpreterExecConsole;
}
public boolean inPrimaryPrompt() {