Check that following check boxes selected: File | Settings | Compiler | Flex Compiler | Include debugging info SWF/SWC. Check that you don't have "-debug=false" additional compiler options
How does breakpoint look like when player is connected: plain red circle or with black cross? What is the name of the file where you set breakpoint? Is it under source root? Are there files with the same name in other folders of the project? Is the module set correctly for run configuration? Do you compile SWF by IDEA or some 3rd party tool?
What is you IDEA version? Can you please attach screenshots of run configuration and Debug console?
Hello, I am pretty sure I have the same issue. My application was working fine last week and today (Monday) the breakpoints, console dont work. My application works fine if I step through every function. If not the thing doesnt seem to execute. My app is an air app on mac, where and what cache should I clear out?
How does breakpoint look like when player is connected: plain red circle or with black cross? What is the name of the file where you set breakpoint? Is it under source root? Are there files with the same name in other folders of the project? Is the module set correctly for run configuration? Do you compile SWF by IDEA or some 3rd party tool?
What is you IDEA version? Can you please attach screenshots of run configuration and Debug console?
Alexander, Thanks for the response. Turns out variables will not throw events if there is not some handle to them. I was declaring a File variable then adding the complete handler to it. Then calling load. Since I never retained the referece to the File var, the events were never being fired.
Breakpoints in your code or in SDK/libraries?
Does Debug console say that player connected?
thx,
in the code :)
No console doesn't say connected :(
oh the debug console does say its connected, not the console
Check that following check boxes selected: File | Settings | Compiler | Flex Compiler | Include debugging info SWF/SWC. Check that you don't have "-debug=false" additional compiler options
checked, still have the problem :(
How does breakpoint look like when player is connected: plain red circle or with black cross? What is the name of the file where you set breakpoint? Is it under source root? Are there files with the same name in other folders of the project? Is the module set correctly for run configuration? Do you compile SWF by IDEA or some 3rd party tool?
What is you IDEA version? Can you please attach screenshots of run configuration and Debug console?
sorry dude it was a cacheing use with FF problem fixed :)
Hello,
I am pretty sure I have the same issue. My application was working fine last week and today (Monday) the breakpoints, console dont work. My application works fine if I step through every function. If not the thing doesnt seem to execute. My app is an air app on mac, where and what cache should I clear out?
Thanks in advacne,
Joe
Joe, same questions:
How does breakpoint look like when player is connected: plain red circle or with black cross? What is the name of the file where you set breakpoint? Is it under source root? Are there files with the same name in other folders of the project? Is the module set correctly for run configuration? Do you compile SWF by IDEA or some 3rd party tool?
What is you IDEA version? Can you please attach screenshots of run configuration and Debug console?
Alexander,
Thanks for the response. Turns out variables will not throw events if there is not some handle to them. I was declaring a File variable then adding the complete handler to it. Then calling load. Since I never retained the referece to the File var, the events were never being fired.
Great IDE!
Take care,
Joe