For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 2 voices, and was last updated 18 years, 11 months ago by
davidalexo.
-
AuthorPosts
-
davidalexoMemberI cannot enter a breakpoint in a JSP. When I double click in the margin of the editor I get a popup concerning bookmarks. I’ve tried setting the breakpt while going through your tutorial on web development. I’m using your latest full download. I’ve used plain old Eclipse for years, so I’m sure I’m trying to set the breakpt correctly.
April 2, 2007 at 12:09 pm #268251
Riyad KallaMemberyou said you get a popup, what does the popup say?
Also can you copy-paste your install info from MyEclipse > Installation Summary > Installation Details, and paste it here for me?
April 2, 2007 at 12:55 pm #268255
davidalexoMemberRiyad,
I’ve pasted the installation details. I’m not sitting in front of my home machine, but the popup wanted to know if I wanted to add a bookmark.
Dave O.
*** Date:
Monday, April 2, 2007 1:48:17 PM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.0 GA
Build id: 20061111-5.1.0-GAEclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
33c_50
-vm
C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\javaw.exeApril 2, 2007 at 1:11 pm #268256
Riyad KallaMemberWhen you right-click on your JSP page, and go to Open With, what editor has the little black dot next to it? I’m wondering if there is a conflicting install causing trouble here…
April 4, 2007 at 5:38 pm #268430
davidalexoMember@support-rkalla wrote:
When you right-click on your JSP page, and go to Open With, what editor has the little black dot next to it? I’m wondering if there is a conflicting install causing trouble here…
Riyad – the selected editor is MyEclipse Visual JSP Designer. Is that what it’s supposed to be? Also, I have MyEclipse at work. When I try to set a breakpoint in a JSP there, I get a message that I need a professional subscription for that.
April 4, 2007 at 5:51 pm #268431
Riyad KallaMemberAre you trying to set a breakpoint in JavaScript? JS debugging *does* require a professional subscription, but standard JSP debugging doesn’t.
April 4, 2007 at 11:13 pm #268437
davidalexoMember@support-rkalla wrote:
Are you trying to set a breakpoint in JavaScript? JS debugging *does* require a professional subscription, but standard JSP debugging doesn’t.
No. it’s not on JavaScript. It’s just on a line of text on a JSP that appears in your tutorial – Working With Web Projects – Quickstart dated January 24, 2006.
April 4, 2007 at 11:13 pm #268438
davidalexoMember@support-rkalla wrote:
Are you trying to set a breakpoint in JavaScript? JS debugging *does* require a professional subscription, but standard JSP debugging doesn’t.
No. it’s not on JavaScript. It’s just on a line of text on a JSP that appears in your tutorial – Working With Web Projects – Quickstart dated January 24, 2006.
-
AuthorPosts
