Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I get rid of phantom breakpoints in javascript files in Aptana?
    primarykey
    data
    text
    <p>I have a small project containing 1 HTML file and 4 JavaScript files. Recently, while debugging my scripts using the Aptana Firefox plugin, I managed to introduce what I'll call a 'phantom' breakpoint into my project.</p> <p>The breakpoint itself is tied to a particular line, not a particular expression or call. For example, if the 'phantom' breakpoint is affecting line 79 and I have only a comment on line 79, the breakpoint is never hit. But, if I have a valid JavaScript statement, such as 'var x = 2;' on line 79, the breakpoint will always be hit.</p> <p>Re-adding the breakpoint on that line and removing using the 'Remove' command in the Breakpoints view does nothing.</p> <p>Clearing all breakpoints through the 'Run->Remove all breakpoints' option does nothing. </p> <p>The breakpoint does not show up in the Breakpoints view, and there is no indication in the file that the breakpoint exists.</p> <p>I have tried deleting my workspace and recreating. Didn't work.</p> <p>I have tried deleting the project and re-adding the source files. Didn't work.</p> <p>I have verified that the breakpoint is not an unhandled exception as mentioned in this <a href="https://stackoverflow.com/questions/723199/why-does-my-eclipse-project-have-phantom-debugger-breakpoints">question</a>.</p> <p>Does anyone know how to remove these 'phantom' breakpoints from Aptana projects?</p> <p>Environment: Windows 7 64-bit Aptana Studio v2.0.5 Aptana Debugger Firefox plugin v1.6.0 Firebug plugin v1.6.2</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload