So I need two debuggers for this, one for JSP and one for JS? I thought 'Debug in Mozilla' will do both. How do you start a JS debugger? When I right click on JS files I don't have 'Debug in Mozilla' option this option is only available on JSP files, the only options available for JS files are 'Debug on Server' and 'Open a Debug dialog ...' Am I missing something?
Thanks, ________________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Pedemonte Sent: Monday, August 27, 2007 3:51 PM To: AJAX Toolkit Framework discussion Subject: Re: [atf-dev] RE: ATF debugger does not suspend on breakpoint On 8/27/07, Rasoul Firoz <[EMAIL PROTECTED]> wrote: How would I be able to step through my .js and .jsp files? OK, we just tested with a simple JSP and JS file in a Dynamic Web Project. Right click on the JSP, select "Debug in Mozilla". This deploys the files to the server, loads the browser with the localhost URL, and starts up the JS debugger. Our JS breakpoint gets hit. As for how to set up your project, it seems that you should be able to do it all in a Dynamic Web Project. But we are not JSP experts by any means, so if you have questions about that, ask the WTP folks... Javier Pedemonte ATF Developer _______________________________________________ atf-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/atf-dev
