Community
Participate
Working Groups
Build Identifier: helios for java ee see http://www.eclipse.org/forums/index.php?t=msg&goto=543807&#msg_543807 Reproducible: Always Steps to Reproduce: A) 1. ATF project file debug of a html file including a js file 2. open the text version of the js file from the Scripts view and try to set break points - you cannot B) 1. ATF url debug of a URL like http://localhost/test-html/index.html cannot be debugged. Scripts view shows nothing. The web app deployed on a web server like Tomcat.
Created attachment 173115 [details] atf local debug
Created attachment 173116 [details] atf url debug
Created attachment 173204 [details] project file debug hits breakpoints in project files. Text file copies of these are not open anymore
for point A) This morning i see that project file debug hits breakpoints in project files. Text file copies of these are not open anymore.
Created attachment 173206 [details] url debug impossible for localhost like URLs. Scripts view is empty. By the way, in the case of URL debug for localhost, are breakpoints supposed ti not hit in project files? Or just in the text files open from the Script view and corresponding to the downloaded js scripts or <script> tags included in the downloaded html text content?
(In reply to comment #4) > for point A) > This morning i see that project file debug hits breakpoints in project files. > Text file copies of these are not open anymore. Althought we can see in the Scripts view the text file copies of the project files. but luckally it's the breakpoint in the project files that are hit and these text files are not open anymore. I don't know what happen over the night with my eclipse install :) or maybe was doing something wrong.