[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.jdt] Re: Debug in Eclipse
|
No I do not see the threads in the "Debug" pane. When I start Tomcat from Sysdeo plugin I get this extra process which has the following "command line"
"C:\Program Files\Java\jre1.5.0_12\bin\javaw.exe" -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:4107 -Dcatalina.home=C:\tomcat -Djava.endorsed.dirs=C:\tomcat\common\endorsed -Dcatalina.base=C:\tomcat -Djava.io.tmpdir=C:\tomcat\temp -Dfile.encoding=Cp1252 -classpath C:\tomcat\bin\bootstrap.jar org.apache.catalina.startup.Bootstrap start
I see that it does not start with -Xdebug. But how do I insert that argument into Sysdeo?