RE: [flexcoders] Passing query vars to debug url?

2008-04-16 Thread Tracy Spratt
Go menu, Run, Run, Other.  Select the app you want to work with. Uncheck
UseDefault, and add your parameters to the Debug line.  Apply, then
debug.

 

I would like a way to have multiple startup configurations for the same
app, but have not found how to do that.  Maybe creating a wrapper for
each configuration would wok.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of thirtyfivemph
Sent: Wednesday, April 16, 2008 1:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Passing query vars to debug url?

 

Is there a way to specify some query-vars to be passed into the URL
I'm debugging inside of Flex Builder?

Right now, I click debug and get this URL in the browser:

http://localhost/app.swfdebug=true
http://localhost/app.swfdebug=true 

I'd like it to be this:

http://localhost/app.swfdebug=trueid=35
http://localhost/app.swfdebug=trueid=35 

If I just type that in, the debugger detaches (because the page
reloads), etc...

Surely this is possible...?

Troy.

 



Re: [flexcoders] Passing query vars to debug url?

2008-04-16 Thread Troy Gilbert
 Go menu, Run, Run, Other.  Select the app you want to work with. Uncheck
 UseDefault, and add your parameters to the Debug line.  Apply, then debug.

I remembered that dialog right after I posted... and made the changes
exactly as you described. Thanks.

 I would like a way to have multiple startup configurations for the same app,
 but have not found how to do that.  Maybe creating a wrapper for each
 configuration would wok.

You can do that, actually... when I ran across this dialog previously
I had unintentionally created some additional debug configurations...
can't remember how I did it, but there should be somewhere in the UI
that you can add a new configuration (and it then appears in the list
along-side each app).

Troy.