It's all about the answers!

Ask a question

how can I pass debug flag to a client side plugin?


sam detweiler (12.5k6195201) | asked Jan 24 '15, 9:50 a.m.
I have an rtc extension plugin that will add data to its visualization when the local variable debug is true.
rather than have a debug version (with the variable set) and another without, I'd like to set some parameter somewhere  for the plugin to detect on startup (class construction is fine too).

is there something plugin specific ( add some parm to a properties file in the eclipse workspace?
or add an environment variable before eclipse starts?
or add a parm to the java startup?

thanks for any guidance..

I did a few google searches and didn't find anything useful.

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Jan 26 '15, 2:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Sam, have you considered to make it settable in the process XML?

Comments
sam detweiler commented Jan 26 '15, 6:16 a.m.

this is an eclipse plugin. Not part of the process definition


Ralph Schoon commented Jan 26 '15, 6:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Ah, OK. I'd consider the Eclipse forums then, if no one here knows.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.