Debugging had been working up until I added a few lines of code in a function. Removing the code did cause the crashing to stop, but it was bad code causing the problem, I'd rather see a debug error as opposed to a crashed app.
The crash was only occuring when it executing my apparent bad code. All I was doing was setting a property on a declared object variable. All other code up to that point ran fine--the debugger was outputting trace statements with no apparent issues. I could probably send you just the files that are causing the issue with a sample wrapper app to build up the necessary data structure and pass it to the offending class. Wayne --- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Nothing should cause a crash (so it's a bug in the Player for that to > happen). Had you been debugging up until this point? Maybe you can > remove some of the recent code and see if the crash goes away, then > slowly add back in? > > > > Does it crash at runtime? > > > > Would we be able to run your source code or do you have lots of stuff > that we wouldn't be able to access? If we could you can send it to me > and I can ask the Flex Builder team to look. > > > > Matt > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of wayneposner > Sent: Monday, October 02, 2006 10:21 AM > To: [email protected] > Subject: [flexcoders] Flash Debugger Crashing IE! Please Help! > > > > This problem just came up all of a sudden. I trying to run my app in > debug mode to trace some variable values and everytime the code > execution gets to my break point I get the following error appear in > an IE popup window: > > The following add-on was running when this problem occured: > File: FIDbg9.ocx > Comany Name: Adobe Systems Inc > Description: Adobe Flash Player 9 > > I tried re-installing the debug player, but it doesn't fix the problem. > > Has anyone come across this issue and have any ideas how to fix it??? > > Thanks! > Wayne > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

