1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

comment out main the breakpoint.

This commit is contained in:
Alain Magloire 2002-08-21 03:59:16 +00:00
parent bd9a9da884
commit 90a3eff035

View file

@ -54,7 +54,7 @@ public class MIPlugin extends Plugin {
/*
try {
CommandFactory factory = session.getCommandFactory();
MIBreakInsert bkpt= factory.createMIBreakInsert(true, false, null, 0, "routine");
MIBreakInsert bkpt= factory.createMIBreakInsert(true, false, null, 0, "main");
session.postCommand(bkpt);
MIInfo info = bkpt.getMIInfo();
if (info == null) {