gwt - How to have change debugger setting in Eclipse for a launch file -
his,
i have been trying find out why starting devmode debugger eclipse slow , noticed in list of processes on machine following line:
/usr/lib/jvm/jdk1.6.0_14/bin/java -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:47248 ...
apparently application suspended wait until debugger connected takes 2 minutes. set "suspend=n". know set directive. vm section in eclipse launch configuration empty , if paste updated debugger config there error telling values entered twice.
as understand it, eclipse takes config somewhere , inserts automatically when run launch configurations in debugger mode.
thanks
you can't remove parameter and, if could, wouldn't make difference. when connect new browser gwt oophm instance has compile entire project use in development mode. takes time, not waiting debugger attach.
Comments
Post a Comment