Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [atf-dev] RE: ATF debugger does not suspend on breakpoint

On 8/24/07, Rasoul Firoz <rfiroz@xxxxxxxxxxxx> wrote:
I can add
breakpoints to my _javascript_, but when I ran the application it doesn't
suspend on breakpoint.

Please provide some more information.

You said you created a new ATF project, and added Dojo as the toolkit.  Then you imported into the project the rest of your HTML and JS files that use Dojo?

How did you run the web app?  The best way is to right click on the main HTML file, and select "Debug in Mozilla".  This will present you with a dialog  which asks you to set up a server.  You can just select the "HTTP Preview" server if you don't already have one running on your machine.  After that, your web app runs in the browser, and should stop at any breakpoints.


Javier Pedemonte
ATF Developer



Back to the top