ecut-sources stand-alone patch (c++ part)
Status: Beta
Brought to you by:
leonhartsberger
Hi!
Thank you for ecut! I'm so glad it's there.
I'd like to be able to run the ecut-test-binary on console for
a) manual verification
b) easy debugging
c) comodity
This patch adds cmdline functionality to enhance the test binary.
New parameter:
-local
Yet, one downside: this works just plain w/o the java ecut-server. Messages
get printed on stderr (w/ -debug enabled).
It would be great to have a checkbox or something in the ecut-config page (preferences)
that allows to start a stand-alone ecut-server (java-part). Then, with this stand-alone server
we could even drop again this -local patch and specify -port <number> on the commandline.
PS: The test wizard isn't really working here.. Dunno why.
console exec patch via local parameter (no java server yet)