[flexcoders] Flex Builder debugger problems

2009-01-23 Thread Curtis Barrett
I'm running into an odd problem with the Flex Builder debugger.  About
4/5ths of the times that I click the debug button I get a nice, white IE
page.  It has the loading icon down at the bottom and aside from that,
nothing.  When I click stop in flex builder the page goes away and when I
click disconnect then the page finishes loading my flex app.  It is starting
to get particularly frustrating when I have to stop it and relaunch it 5-9
times before I get a working window.  Once it comes up all is fine and
dandy.

Has anyone had anything similar happen?  I am on a trial version of flex
builder and I have reinstalled it to see if it would help at all.


Thanks in advanced,
Curtis Barrett


Re: [flexcoders] Flex Builder debugger problems

2009-01-23 Thread John McCormack
If the SWF takes a long time to build you will see that.
I sometimes got that when it couldn't find the debugger, but not recently.
It's sometimes slow waiting for something to be loaded/decoded, or  even 
when waiting at a breakpoint.
Because the two programs don't run independently IE may show no content 
when interrupted by Flash/Flex.

John

Curtis Barrett wrote:
 I'm running into an odd problem with the Flex Builder debugger.  About 
 4/5ths of the times that I click the debug button I get a nice, white 
 IE page.  It has the loading icon down at the bottom and aside from 
 that, nothing.  When I click stop in flex builder the page goes away 
 and when I click disconnect then the page finishes loading my flex 
 app.  It is starting to get particularly frustrating when I have to 
 stop it and relaunch it 5-9 times before I get a working window.  Once 
 it comes up all is fine and dandy. 
  
 Has anyone had anything similar happen?  I am on a trial version of 
 flex builder and I have reinstalled it to see if it would help at all.
  
  
 Thanks in advanced,
 Curtis Barrett
  




Re: [flexcoders] Flex Builder debugger problems

2009-01-23 Thread Mark Carter

I also experience this though it only happens about 5% of the time for me.
I'm debugging my Flex app running in the standalone Flash Player 10.

* Usually, my flex app takes a couple of seconds to launch once the
workspace has finished building.

* About 20% of the time, the flash player window comes up and the app then
takes about 10 seconds to actually start.

* But about 5% of the time, the flash player window comes up and then the
app never actually starts (waiting at least a couple of minutes). If I then
disconnect the debugger, the app then immediately starts as normal.

Its like the debugger is blocking something.

So no need to quit Flex Builder. Just disconnect the debugger.

-- 
View this message in context: 
http://www.nabble.com/Flex-Builder-debugger-problems-tp21630232p21637075.html
Sent from the FlexCoders mailing list archive at Nabble.com.