Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Testing the standalone debugger

The Standalone Debugger has a subset of CDT plug-ins that it uses, so you just
need to create an Eclipse application launch whereby you specify the Standalone's
product and application and set the plug-ins to use to the subset.  The SWT Standalone tests
I am trying to get working for the CDT build have a launch config for running the tests in
the IDE which you can use as a basis.  Once set up, you can then do regular Java
debugging.  

If you add plug-ins, you will need to add to the config.ini file and
do at least a start-up install and run test from the command-line.

-- Jeff J.


----- Original Message -----
> From: "Marc Khouzam" <marc.khouzam@xxxxxxxxxxxx>
> To: cdt-dev@xxxxxxxxxxx
> Sent: Monday, November 10, 2014 9:51:32 AM
> Subject: [cdt-dev] Testing the standalone debugger
> 
> Hi,
> 
> What is the best way to test the standalone debugger during development?
> 
> Is it possible to run the java debugger on the standalone debugger code?
> 
> 
> BR,
> 
> Marc
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top