I installed, built and successfully ran the OpenGamma demo project (ant jetty-debug) on my desktop. Now, I would like to step through the analytics code in a debugger ( I can step through the client code in the ExampleServer class). What would I need to do in order to step through the server code ? I have Eclipse Indigo, but may not be finding the right Debug configuration options.
You just need to run the server process from Eclipse. Create a Debug configuration (Run->Debug Configurations…->[ new configuration button], choose the class ExampleServer in com.opengamma.examples.startup. You’ll probably want to add the following on VM arguments panel (under the arguments tab) when you’re creating a new debug configuration.