[flexcoders] Debug Termination

2008-08-19 Thread nathanpdaniel
Is there a debug termination button I've been missing? I run VS.NET which has debugging where you can TERMINATE the application or DETATCH the application. All I've ever seen in Flex 3 is a DETATCH. Or rather - it used to be TERMINATE (I think), now it's just DETATCH. Did I change a

Re: [flexcoders] Debug Termination

2008-08-19 Thread Howard Fore
You mean the little red square in the Debug view? When I hover over it I get a tool tip that says Terminate and the next one (an N with red circles on the up and down strokes) says Disconnect. On Tue, Aug 19, 2008 at 10:59 AM, nathanpdaniel [EMAIL PROTECTED] wrote: Is there a debug termination

Re: [flexcoders] Debug Termination

2008-08-19 Thread Daniel Freiman
Yeah, those are them. But the terminate often doesn't work and does a detach instead. If flex builder launched a browser, terminate will close the browser, thus terminating the app. If flex builder launches a tab within a browser, the terminate button only detaches. I never really thought

Re: [flexcoders] Debug Termination

2008-08-19 Thread Howard Fore
You were expecting the detach to close the tab in the browser if it launched it? On Tue, Aug 19, 2008 at 11:09 AM, Daniel Freiman [EMAIL PROTECTED]wrote: Yeah, those are them. But the terminate often doesn't work and does a detach instead. If flex builder launched a browser, terminate will

Re: [flexcoders] Debug Termination

2008-08-19 Thread Daniel Freiman
No, I'd expect the detach to simply stop the debugger and have the app keep running. I'd expect the the terminate button to stop your app somehow. - Daniel Freiman On Tue, Aug 19, 2008 at 11:12 AM, Howard Fore [EMAIL PROTECTED] wrote: You were expecting the detach to close the tab in the

Re: [flexcoders] Debug Termination

2008-08-19 Thread Howard Fore
Sorry, that's what I meant On Tue, Aug 19, 2008 at 11:18 AM, Daniel Freiman [EMAIL PROTECTED]wrote: No, I'd expect the detach to simply stop the debugger and have the app keep running. I'd expect the the terminate button to stop your app somehow. -- Howard Fore, [EMAIL PROTECTED] The

Re: [flexcoders] Debug Termination

2008-08-19 Thread Daniel Freiman
I haven't given it much thought on how it should work or if closing the tab is a good idea/feasible. But the terminate button doesn't terminate in some cases. That's all i was getting at. On Tue, Aug 19, 2008 at 11:30 AM, Howard Fore [EMAIL PROTECTED] wrote: Sorry, that's what I meant