System vms have a java agent running and all you need is to enable debug port for the agent's java process. Add this " -Xrunjdwp:transport=dt_socket,address=8998,server=y " And then you can use eclipse on your machine to connect to this port and private IP of system vms I googled all the settings that you need to make and can be found at http://java.dzone.com/articles/how-debug-remote-java-applicat
Thanks, -Nitin -----Original Message----- From: long [mailto:cloudsta...@163.com] Sent: Thursday, August 09, 2012 8:16 AM To: cloudstack-dev Subject: how to enable systemVM debug options hi all: i want to see debug outputs on systemVM,how to enable it? or how to debug systemVM code? thanks