The time has finally come for me to grow up and follow my application execution in a debugger across from my application code and into the Virgo code proper.
How do I go about attaching the Virgo source to my Eclipse (STS variant)? Are there instructions somewhere on how to attach the source code in my Eclipse workspace?
Also, are there source bundles available for me to download or do I need to pull down source from git and, in either case, which bundles are necessary for me to step into Virgo when I am debugging my app?
What I do is build the relevant git repos and then import the projects into Eclipse. Then when I need to attach source in the debugger, I select all the projects in my workspace. If you have trouble determining which git repos are relevant, please post back.
Yes, I have trouble determining which repos are relevant!
Help?
Also, I need to debug an earlier version of Virgo, 3.0.0.RELEASE, because that is what we have out in the field at the moment. Can you point me to the right location for this versions please?
Could you post more detail on what you're trying to debug? Is it Virgo Runtime implementation itself, or your application running on Virgo? When you say "into the Virgo code proper" do you mean the running server?