Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Launching a debug session with a non-"debug" buildconfiguration

Long term, I'd like to see the build, debug, and launch frameworks
become more aware of each other. At the least, the launch framework
should know what debugger to use for a given build configuration. This
could work into this use case where, if a build configuration doesn't
support debugging, it could flag that and flag a related config that can
be used. We could then switch to that config, build it, and continue
with the launch of the appropriate debugger for the debug config.

But that would be a CDT 5.1 item.

Cheers,
Doug

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Vienneau, Jeff
Sent: Wednesday, April 23, 2008 2:10 PM
To: CDT General developers list.
Subject: RE: [cdt-dev] Launching a debug session with a non-"debug"
buildconfiguration

Thanks, Elena

What I mean is, the active build configuration changes to "Debug" from
my custom configuration.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Elena Laskavaia
Sent: Wednesday, April 23, 2008 2:47 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Launching a debug session with a non-"debug"
build configuration

I don't know what means "switch and build "Debug"" but you can control
what is going on during the launch using Windows->Preferences...
Run/Debug->Launching
uncheck Build (if required) before launching Run/Debug->Perspective
select appropriate switching to perspective behavior

Vienneau, Jeff wrote:
>
> Hi,
>
> I need to debug a different build configuration than "Debug", is there

> a way to prevent eclipse from switching to and building "Debug" when 
> the debug session is launched?
>
> Some details of what I am doing:
> 1) using "target remote" with avr-gdb
> 2) launching avarice (a jtag controller) as an external tool
> 3) different configurations exclude certain files.
>
> thanks!!!
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top