I am working on an Adobe AIR project with a login window (first html page) and then a second window for the main application (second html page).
I am using javascript for the logic (as opposed to Flex) and read about Aptana´s javascript debugging for AIR applications. Unfortunately I can only get it to debug up to the point the second window is opened.
For example, I can set breakpoints in the first html page´s javascript code and the debugger takes notice and stops. However, any breakpoints in javascript code that is called from the second window show up in the debugger´s list of breakpoints, but are completely skipped over.
Is there a way to debug multiple Adobe AIR windows in Aptana? Or is my division of content into two windows unadvised in any case?