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
  1. Set your breakpoints
  2. Start your container
  3. Start your debugger
  4. Set more breakpoints