
Press the + sign at the top right corner of the window( + N ). In the Debug tool window, proceed as usual: step through the program, stop and resume the program execution, examine it when suspended, view actual HTML DOM, and so on. Select Editor/Live Templates (you can type live templates to find it). Refresh the application page in the browser: the page shows the results of code execution up to the first breakpoint.

In the dialog that opens, click OK to allow incoming connection from the browser. The browser shows the application after the code execution, that is, the breakpoints you set have no effect yet.Ĭhoose the newly created configuration in the Select run/debug configuration list on the toolbar and click.


In the Port field, type the port that you specified when you enabled remote debugging in Firefox. In the Run/Debug Configuration: Firefox Remote dialog that opens, type localhost in the Host field. Set the breakpoints in the JavaScript code, as required.Ĭreate a debug configuration of the type Firefox Remote: from the main menu, select Run | Edit Configuration, click on the toolbar and select Firefox Remote from the list.
