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 can I find a trace into/step over feature.



If so, how did you install the plugin?
 

As mentioned in the readme file via Find and Install update and a 
Archived site etc.


Yours,
Weyert de Boer
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 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 can I find a trace into/step over feature.

 If so, how did you install the plugin?
 
 
 As mentioned in the readme file via Find and Install update and a
 Archived site etc.

 Yours,
 Weyert de Boer
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--

Stephen Milligan
Do you do the Badger?
http://www.yellowbadger.com

Do you cfeclipse? http://www.cfeclipse.org
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 anymore. I really would 
like to have debugger support, that way I can keep a track of my trace 
message etc.



Do you get an error?
 


Nope.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 exactly does happen?
 
 Does the browser open the file?
 
 
 Yes, the browser opens. After that it keeps trying to accesss
 www.macromedia.com http://www.macromedia.com in the browser (Firefox) in
 the status bar. Earlier I
 got a window asking where the debugger is. Not anymore. I really would
 like to have debugger support, that way I can keep a track of my trace
 message etc.

 Do you get an error?
 
 
 Nope.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--

Stephen Milligan
Do you do the Badger?
http://www.yellowbadger.com

Do you cfeclipse? http://www.cfeclipse.org
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2005-10-24 Thread Benjamin Dobler

 Keep in mind AS only projects don't use the Flex framework, so
 mx.controls.Button won't work; you'd have to utilize the Flex framework.

Thanks Jesse that`s what i wanted to get sure of. Is there not even a
workaround to use the framework in as only projects?

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 debug button.

When the player gets to that line in the code it should pause and you should
be able to see all the variables in debug view.

HTH

Spike

On 10/24/05, Weyert de Boer [EMAIL PROTECTED] wrote:

 Benjamin Dobler wrote:

 Yeah i would like to see those stuff. Be sure i meant AS only projects no
 MXML included.
 
 
 Do you also have a working project file that works together with the
 debugger and/or profiler? I am not getting that working, I downloaded
 the Flex Eclipse plugin.. but nothing. Do I need to full download for
 that?

 Cheers,
 Weyert


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--

Stephen Milligan
Do you do the Badger?
http://www.yellowbadger.com

Do you cfeclipse? http://www.cfeclipse.org
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders