hi everyone.
When i click on the green bug, to start the debugging, it loads a while and changes into the debugging perspective. So far so good.
But then i get the error
org.eclipse.cdt.debug.mi.core.MIException: localhost:3333: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte. (which means: Couldn´t connect, because the target machine refused to)
at org.eclipse.cdt.debug.mi.core.command.Command.throwMIException(Command.java:105)
at org.eclipse.cdt.debug.mi.core.command.Command.getMIInfo(Command.java:79)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagDebugger.executeGDBScript(GDBJtagDebugger.java:267)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagDebugger.doStartSession(GDBJtagDebugger.java:125)
at org.eclipse.cdt.debug.mi.core.AbstractGDBCDIDebugger.createSession(AbstractGDBCDIDebugger.java:84)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagDebugger.createSession(GDBJtagDebugger.java:58)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagLaunchConfigurationDelegate.launch(GDBJtagLaunchConfigurationDelegate.java:54)
at com.wavecom.openat.ide.ebs.launch.target.TargetLaunchDelegate.launch(TargetLaunchDelegate.java:129)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
The firewall of my pc is deactivated, so the firewall shouldn´t be the source of the problem.
Also i get the error
org.eclipse.cdt.debug.mi.core.MIException: The program is not being run.
at org.eclipse.cdt.debug.mi.core.command.Command.throwMIException(Command.java:105)
at org.eclipse.cdt.debug.mi.core.command.Command.getMIInfo(Command.java:79)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagDebugger.executeGDBScript(GDBJtagDebugger.java:267)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagDebugger.doRunSession(GDBJtagDebugger.java:237)
at org.eclipse.cdt.debug.gdbjtag.core.GDBJtagLaunchConfigurationDelegate.launch(GDBJtagLaunchConfigurationDelegate.java:74)
at com.wavecom.openat.ide.ebs.launch.target.TargetLaunchDelegate.launch(TargetLaunchDelegate.java:129)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
I would like to debug my programm very much, because the entire module restarts after a while…
I´m missing the try-catch blocks from “modern” languages