Various ways to debug the Vaandroid runtime.
The default test server enables debugging by default on port 5005.
Java debugger startup options
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
- Set your breakpoints
- Start your container
- Start your debugger
- Set more breakpoints