- This topic has 9 replies, 2 voices, and was last updated 18 years, 3 months ago by Riyad Kalla.
-
AuthorPosts
-
modhaMemberHi
I have Eclipse 3.2 with MyEclipse 5.0.
In the sample hello world jsp page, I do not see line numbers and double clicking on the left column (or toggle breakpoint) is not setting breakpoint.
Help is not telling much.
I have started App Server in debug mode.Can someone please tell me how to do this.
Thanks
modha/-
Riyad KallaMemberModha,
When you right click on your JSP page and go to “Open With”, what item has the black dot next to it, to indicate that it’s the default editor? It should be the MyEclipse Visual JSP Designer.
modhaMemberI have the DOT next to MyEclipse Visual JSP Designer. I am following the tutorial J2EE Application Development -> Getting Started -> Working with Web Projects.
In the tutorial itself the screen shots show line number sometimes and sometimes there no numbers.I am using tomcat5.
Preferences -> Tomcat5 -> Launch is in debug mode.Any idea where I could have gone wrong.
Debugging tutorial is not helping me.Thanks
Modha/-
Riyad KallaMemberIn the tutorial itself the screen shots show line number sometimes and sometimes there no numbers.
This is just an editor preference.
Try and check your log file for exceptions, under (<workspace dir>\.metadata\.log) and paste any interesting exceptions near the end of it here that pertain to the break points.
Also paste the result of MyEclipse > About MyEclipse > INstallation Summary here for me.
modhaMemberI did not find any exceptions in (<workspace dir>\.metadata\.log)
Installation Summary:
===============
*** Date: Mon Aug 14 11:21:09 PDT 2006*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0.1 GA
Build id: 20060810-5.0.1-GAEclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
72c_50
-product
com.genuitec.myeclipse.product.ide
-vm
C:\jdk1.5.0_08\bin\javaw.exe
modhaMemberAlso I tried in debug perspective.
Enable Breakpoints and Breakpoint properties are disabled.
Riyad KallaMemberAre you using a web project or a normal Java project? If you right click on the project and go down to MyEclipse, do you see “Add Web Project Capabilities” or do you see “Add Struts Capabilities”?
modhaMemberI see Add Struts Capabilities
modhaMemberafter adding line numbers I can set a breakpoint.
Strange….
Riyad KallaMemberThat is very odd, I suppose it depends where you were clicknig, but toggle breakpoint should have worked. Either way I’m glad it’s working now.
-
AuthorPosts