Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] showing the debug action group dynamically according to the selection of different debug targets?



Hi,

I am writing a debugger by using eclipse debug framework.   I have
contributed some debug actions which I group them together as our own debug
action group.
However, the user needs to use our debugger and Java debugger at the same
time.  Right now,  the user has to choose both debug action groups from
preference page,
and all the actions in both groups will always be shown up in debug view
toolbar.  Is there any way that different debug action groups can be shown
up dynamically according
the selection of different debug targets?

Shu Tan




Back to the top