Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] CDI new package org.eclipse.debug.core.cdi.model.type

A new package was created containing the different C/C++ types

bool
char
wchar_t
short
int
long
long long
float
double
struct

etc ...

Knowing the type will help the debug/ui plugin do a better presentation, for
example different icons, showing "char *" has as string etc ..




Back to the top