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 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 setting accidentally somewhere or is DETATCH the only
 available way to stop debugging (which still runs the application just
 without debugging).

 Thanks,
 -Nathan




-- 
Howard Fore, [EMAIL PROTECTED]
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


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 about it before.  Sounds like a bug to me.

- Daniel Freiman

On Tue, Aug 19, 2008 at 11:03 AM, Howard Fore [EMAIL PROTECTED] wrote:

   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 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 setting accidentally somewhere or is DETATCH the only
 available way to stop debugging (which still runs the application just
 without debugging).

 Thanks,
 -Nathan




 --
 Howard Fore, [EMAIL PROTECTED]
 The universe tends toward maximum irony. Don't push it. - Jeff Atwood
  



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 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 about it before.  Sounds like a bug to me.




-- 
Howard Fore, [EMAIL PROTECTED]
The universe tends toward maximum irony. Don't push it. - Jeff Atwood


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 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 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 about it before.  Sounds like a bug to me.




 --
 Howard Fore, [EMAIL PROTECTED]
 The universe tends toward maximum irony. Don't push it. - Jeff Atwood
  



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 universe tends toward maximum irony. Don't push it. - Jeff Atwood


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

 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 universe tends toward maximum irony. Don't push it. - Jeff Atwood