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

Sure, go ahead and check yours in.

-- Jeff J.

----- Original Message -----
> From: "Marc Khouzam" <marc.khouzam@xxxxxxxxxxxx>
> To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> Sent: Tuesday, November 11, 2014 4:30:45 PM
> Subject: Re: [cdt-dev] Testing the standalone debugger
> 
> The complexity seemed to be to figure out the proper list of plugins to use
> in the launch
> so as to match what the Standalone debugger actually uses.  Your suggestion
> of using
> the launch file you submitted on Gerrit helped a lot.  I believe I got it
> working now.
> 
> It made me think that it may be a good idea to include a Standalone Debugger
> launch
> file as part of the Standalone debugger plugin.  It would make contribution
> to the
> standalone debugger much easier.  We should then keep this file up-to-date
> when
> making changes to the list of plugins used by the standalone debugger.
> 
> What do you think?
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> > On Behalf Of Jeff Johnston
> > Sent: Monday, November 10, 2014 12:19 PM
> > To: CDT General developers list.
> > Subject: 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
> > >
> > _______________________________________________
> > 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
> _______________________________________________
> 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