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" 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
>


Back to the top