System Setup ——————————-
Operating System and version: Windows XP
Eclipse version: 2.1.2
Eclipse build id: 200311030802
MyEclipse version: 2.7 RC2
Eclipse JDK version: 1.4.2
Application Server JDK version: j2sdk1.4.2_03
– Message Body ——————————-
Hi there.. I am new to MyEclipse. I was testing the software to see wat it all can do. I build a realy simple JSP page and I tried to debug it. I put breakmark on the only code I added to the standard template. The code was <% out.println(“Hello”); %> .
When the debugger was running instead of jumping to the breakline it started at the tag <base href=”<%=basePath%>”> . Strange, because there was no breakpoint there and no error. When i tried to step over it the following error occured from a service ‘page’: Source not found for JspServletWrapper.service(HttpServletRequest, HttpServletResponse, boolean) line: 359. When I tried to step further it gave a lot of that kinds of error’s. I couldn’t reach the code where the breakpoint was at.
Why doesn’t the debugger go to the breakpoint and why do i get error where there is simple html code.