mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +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 {
|
try {
|
||||||
CommandFactory factory = session.getCommandFactory();
|
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);
|
session.postCommand(bkpt);
|
||||||
MIInfo info = bkpt.getMIInfo();
|
MIInfo info = bkpt.getMIInfo();
|
||||||
if (info == null) {
|
if (info == null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue