Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Expressions View in custom SWT app

I'm writting an application and want to expose a variable to the user
for inspection, similar to the Expressions View in Debug. How can I
embed this view in my own SWT app and specify, via the api the variable
to inspect? I would also like to limit the menu by removing things
related to watch and breakpoints.

Mark


Back to the top