- This topic has 2 replies, 2 voices, and was last updated 15 years, 9 months ago by Robert Gaspar.
-
AuthorPosts
-
Robert GasparMemberHi, I tried searching for a similar post, but didn’t find any recent applicable one.
I believe I’ve setup my debug environment correctly. I’ve started Tomcat 6 in Debug mode, and defined breakpoints in my code. I open IE7 and use my application, and I can see in the log4j logs that the code is going right through my breakpoints without stopping. There are no errors in the logs, and the code functions as expected — I just can’t get the code to stop at the breakpoints so that I can debug.
Tomcat 6 settings:
Enable/Disable (Enabled)
Tomcat Home Directory: C:\apache-tomcat-6.0.18
Tomcat Base Directory: C:\apache-tomcat-6.0.18
Tomcat Temp Directory: C:\apache-tomcat-6.0.18\tempHere are my installation details:
*** Date:
Wednesday, February 11, 2009 2:05:29 PM PST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.0 GA
Build id: 6.0.0-GA-200708*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.0 GA
Build id: 6.0.0-GA-200708Eclipse Graphical Editing Framework
Version: 3.3.0.v20070620
Build id: 20070620-1021Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata
554_84
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exe
Loyal WaterMemberHi,
Are you able to get the breakpoints to work with MyEclipse Tomcat ?
Robert GasparMemberHi,
No, I can’t get the breakpoints to work with MyEclipse Tomcat either. -
AuthorPosts