Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Debugger Console in 2018-09 is empty

Preliminary checks seem to point to a difference in how macros are resolved; the GME debug plug-ins define the GDB executable name as `${cross_prefix}gdb${cross_suffix}`; on versions later than O3 the substitution is no longer performed, and `GdbLaunch.getGDBVersion()` fails.

Regards,

Liviu


> On 12 Nov 2018, at 09:26, Liviu Ionescu <ilg@xxxxxxxxxx> wrote:
> 
> Based on a bug report I received for the GNU MCU Eclipse plug-ins, I noticed that with 2018-09 the Debugger Console is empty.
> 
> With Oxygen 3 the content of the console is visible as expected.
> 
> 
> Are you aware of any problems with the debug plug-ins in the latest versions?
> 
> 
> Regards,
> 
> Liviu
> 



Back to the top