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:
parent
bd9a9da884
commit
90a3eff035
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue