Re: AW: [Flashcoders] AS3.0 only projects + flex framework

2005-10-25 Thread Weyert de Boer
Hi Spike, Specifically, you need to launch the file by clicking on the debug button in Eclipse rather than just browsing to the file. Yes, after following the tutorial for AS only project, I have set a breakpoint on a trace() and then hit the debug button. Nothing really happens neither

Re: AW: [Flashcoders] AS3.0 only projects + flex framework

2005-10-25 Thread Spike
When you say Nothing really happens, what exactly does happen? Does the browser open the file? Do you get an error? Spike On 10/25/05, Weyert de Boer [EMAIL PROTECTED] wrote: Hi Spike, Specifically, you need to launch the file by clicking on the debug button in Eclipse rather than just

Re: AW: [Flashcoders] AS3.0 only projects + flex framework

2005-10-25 Thread Weyert de Boer
Spike wrote: When you say Nothing really happens, what exactly does happen? Does the browser open the file? Yes, the browser opens. After that it keeps trying to accesss www.macromedia.com in the browser (Firefox) in the status bar. Earlier I got a window asking where the debugger is. Not

Re: AW: [Flashcoders] AS3.0 only projects + flex framework

2005-10-25 Thread Spike
Can you post the code for the file you are trying to debug? It sounds like the debugger is probably running, but the line where you have set the breakpoint isn't being executed. Spike On 10/25/05, Weyert de Boer [EMAIL PROTECTED] wrote: Spike wrote: When you say Nothing really happens, what

Re: AW: [Flashcoders] AS3.0 only projects + flex framework

2005-10-24 Thread Spike
In order to see anything with the debugger you usually need to set a breakpoint somewhere in the code. Right-click in the left margin of the editor and choose toggle breakpoint. Make sure it's inside a script block and on a line that has some executable code on it. Once you've done that, hit the