backoffbelief / jsdt

Automatically exported from code.google.com/p/jsdt
0 stars 0 forks source link

Cannot set breakpoint on scripts embedded in html page. #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an html page with an embedded javascript script
2. try to set a breakpoint on one of the javascript lines.
3. Tries to set a bookmark instead of a breakpoint

What is the expected output? What do you see instead?
I expected it to set a breakpoint

What version of the product are you using? On what operating system?
Eclipse Indigo JEE with JSDT plugin installed.

Please provide any additional information below.

Original issue reported on code.google.com by simpson...@gmail.com on 5 Sep 2011 at 7:03

GoogleCodeExporter commented 9 years ago
Check what editor you used to open the html page.
I open a html page by "Js Debug Editor" and I can set the breakpoint without 
any problem.

Original comment by drea...@gmail.com on 28 Sep 2011 at 6:48