- This topic has 5 replies, 2 voices, and was last updated 18 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
harryajhMemberUsing Eclipse 3.2.1, ME 5.1.0GA (pro) on win 2000 (sp4)
Going through your “MyEclipse JavaScript Development and Debugging Quickstart” I have a few problems!
Firstly I can step through local apps but when I try to debug apps on a server it simple refuses to stop at any breakpoints – I have the app deployed on Tomcat 5 and the URL is def correct in the debug config i.e http://localhost/JS_Mario/runmario.html – any ideas?
Also when trying the Instant-On Debugging example, I open up a web 2.0 window & type google maps URL in, your tutorial says “In the JavaScript Scripts Inspector View you will see the script files that comprise the Google Maps application” – all I get is “scripts are available during javascript debugging” – but I can’t see any?
What am I doing wrong?
thanks
harry
December 26, 2006 at 7:45 am #263884
Riyad KallaMemberHarry,
Which tutorial for Google Maps are you going through? Also can you walk through this tutorial step-by-step and does it work?
http://www.myeclipseide.com/images/tutorials/quickstarts/ajaxdebugging/tutorial.htmlDecember 28, 2006 at 9:25 am #263930
harryajhMemberI was actually going through your other one – http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/javascript/index.html
but tried the one you said, got as far as setting a breakpoint on the incrementVoteCount() method but when I click the vote link it doesn’t stop at this breakpoint!
any ideas?
harry
December 28, 2006 at 10:24 am #263934
Riyad KallaMemberHarry,
Let’s try the big-bomb approach here. Can you download our All-In-One installer for MyEclipse 5.1, and install it to a brand new location. Then run it, and create a new workspace then try and do the same steps from the AJAX tutorial and see if it stops at the breakpoint?You did hit the debug button (which causes the debugger to initialize and load up all the site resources and what not) right?
December 29, 2006 at 5:06 am #263944
harryajhMemberthanks fot that, tried what you said & it works fine now – what’s puzzling though is before I started the tutorial I downloaded & installed Eclipse 3.2.1 and ME 5.1.0GA (pro) from scratch BUT kept the original workspace. This time I created a new WS & it worked so maybe something dodgy in there?
anyway many thanks once again!
harry
December 29, 2006 at 5:36 am #263957
Riyad KallaMemberIt’s very possible it could be a workspace plugin cache somewhere that was causing the problem. I’m glad it’s working now (sorry for the hickup)
-
AuthorPosts