Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Interpreter `mi1' unrecognized

Hello,

I am facing the following problem when I am trying to debug a C++
program in CDT 2.0 (latest sources from CVS head):

org.eclipse.cdt.debug.core.cdi.CDIException: Error creating session:
Interpreter `mi1' unrecognized.
	at
org.eclipse.cdt.debug.mi.core.GDBDebugger.createLaunchSession(GDBDebugge
r.java:78)
	at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch
(LocalCLaunchConfigurationDelegate.java:89)
	at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigu
ration.java:157)
	at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin
.java:778)
	at
org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITools.java:628)
	at
org.eclipse.debug.ui.DebugUITools$3.run(DebugUITools.java:584)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)

Can anybody help on this issue?

Thanks,
sumit


Back to the top