[flexcoders] Re: how to enable stack traceback?

2009-11-23 Thread valdhor
Or you could turn on the local Apache server, set your flex output directory to one of the directories served by Apache and set up a run config in Flex to open a localhost URL. This is what I do on a PC after installing WAMP. --- In flexcoders@yahoogroups.com, mitchgrrt mitch_g...@... wrote:

[flexcoders] Re: how to enable stack traceback?

2009-11-21 Thread mitchgrrt
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of mitchgrrt Sent: Friday, November 20, 2009 4:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? Capabilities.version = MAC 10,0,32,18 Capabilities.isDebugger = true

[flexcoders] Re: how to enable stack traceback?

2009-11-21 Thread mitchgrrt
The problem was Firefox's popup blocker. I unblocked popups and now I see the tracebacks. Unfortunately what I would have liked to do was to block most popups, and enter my file:// URL from my local app I'm building, into the exception list. But Firefox doesn't seem to accept a file:// URL

[flexcoders] Re: how to enable stack traceback?

2009-11-20 Thread mitchgrrt
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of mitchgrrt Sent: Thursday, November 19, 2009 4:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? Yes I did try a simple case. I put some code that causes a null

RE: [flexcoders] Re: how to enable stack traceback?

2009-11-20 Thread Alex Harui
...@yahoogroups.com] On Behalf Of mitchgrrt Sent: Friday, November 20, 2009 5:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? Thanks for the good suggestion. Running outside the debugger, Capabilities.debug is true, but there's no stack traceback on a null pointer

[flexcoders] Re: how to enable stack traceback?

2009-11-20 Thread mitchgrrt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of mitchgrrt Sent: Friday, November 20, 2009 5:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? Thanks for the good suggestion. Running outside the debugger, Capabilities.debug is true

RE: [flexcoders] Re: how to enable stack traceback?

2009-11-20 Thread Alex Harui
: Friday, November 20, 2009 4:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? Capabilities.version = MAC 10,0,32,18 Capabilities.isDebugger = true With this version I'm not seeing any stack tracebacks on unhandled exceptions. Just silent failures

[flexcoders] Re: how to enable stack traceback?

2009-11-19 Thread mitchgrrt
Yes I did try a simple case. I put some code that causes a null pointer exception into a screen's onCreationComplete handler. I see the traceback inside the debugger but nothing when running the program without the debugger. There seems to be a lot of confusion about this issue, and also just

RE: [flexcoders] Re: how to enable stack traceback?

2009-11-19 Thread Alex Harui
://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of mitchgrrt Sent: Thursday, November 19, 2009 4:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? Yes I did try a simple case. I put some code

[flexcoders] Re: how to enable stack traceback?

2009-11-18 Thread mitchgrrt
://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of mitchgrrt Sent: Tuesday, November 17, 2009 2:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? I'm running

RE: [flexcoders] Re: how to enable stack traceback?

2009-11-18 Thread Alex Harui
://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of mitchgrrt Sent: Wednesday, November 18, 2009 4:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? This terminology is really difficult. On the Adobe page here

[flexcoders] Re: how to enable stack traceback?

2009-11-17 Thread mitchgrrt
I'm still having this problem. On the Mac how do I tell what version of the Flash Player I'm running? In About This Mac Software Applications there is more than one, how do I tell which one I'm running? The most recent one I downloaded is this: Flash Player: Version:10.0.12.36 Last

[flexcoders] Re: how to enable stack traceback?

2009-11-17 Thread valdhor
Have you tried http://www.adobe.com/livedocs/flex/3/langref/flash/system/Capabilities.html#version or http://kb2.adobe.com/cps/155/tn_15507.html or http://www.playerversion.com/ --- In flexcoders@yahoogroups.com, mitchgrrt mitch_g...@... wrote: I'm still having this problem. On the Mac

[flexcoders] Re: how to enable stack traceback?

2009-11-17 Thread mitchgrrt
Thanks, that was really helpful. I'll bookmark those pages. Now I see positively that I have the debug Flash player, but I'm still not seeing stack tracebacks unless I run in the debugger. Any ideas how to set it so I can always see a traceback if there's an unhandled exception? Thanks.

[flexcoders] Re: how to enable stack traceback?

2009-11-17 Thread valdhor
I don't think you can. As I understand it, the production (ie. non-debug) player suppresses errors so users don't see them. --- In flexcoders@yahoogroups.com, mitchgrrt mitch_g...@... wrote: Thanks, that was really helpful. I'll bookmark those pages. Now I see positively that I have the

[flexcoders] Re: how to enable stack traceback?

2009-11-17 Thread mitchgrrt
I'm running the debug version of Flash player, sometimes in the debugger and sometimes not. It used to be the case that running the debug version of Flash player, even outside the debugger, there was a stack trace when there was an unhandled exception. Has that changed? --- In

RE: [flexcoders] Re: how to enable stack traceback?

2009-11-17 Thread Alex Harui
Of mitchgrrt Sent: Tuesday, November 17, 2009 2:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to enable stack traceback? I'm running the debug version of Flash player, sometimes in the debugger and sometimes not. It used to be the case that running the debug version of Flash