My application does not support next generation java plug in, but in one of my document i see steps to debug this application to set jvm runtime parameter as -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y .
Now the problem is with this parameter Internet Explorer is either crashing or hanging without loading anything. once removing this parameter solves this problem and application is running fine.
So is this possible to debug this application with some other parameter? i tried -Xdebug -Xrunjdwp:transport=dt_socket,address=localhost:8000,server=y,suspend=y also but not working.
Could anyone please guide me debug this remotely? Thanks in Advance...