Try using - -Xrunjdwp:transport=dt_socket,address=4444,server=y,suspend=y
On Tue, Dec 30, 2008 at 4:58 PM, Kyle Cho <[email protected]> wrote: > Hi > > I want to debug java app running with drlvm and specified below option to > java launcher. > > -agentlib:jdwp=transport=dt_socket,server=y,address=4444 > > But drlvm failed to run and printed > > HMYEXEL062E Internal VM error: Failed to create Java VM > FAILED to invoke JVM. > > > What is correct option? > > Thanks >
