Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] XML parse error exception


The error is referring not to the XML in which you defined your config delegate, but to the XML that defines one of your actual launch configurations.  The problem may be due to the changes that have taken place recently in the format of launch configurations.  Try pointing Eclipse to a new (empty) workspace, and see if you still have the problem.  If this works, you will have to delete all launch configs from your live workspace.  Under .metadata/.plugins, delete org.eclipse.debug.core/.launches directory, and org.eclipse.debug.ui/launchConfigurationHistory.xml.

Joe

Back to the top