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.swf&debug=true
<http://localhost/app.swf&debug=true> 

I'd like it to be this:

http://localhost/app.swf&debug=true&id=35
<http://localhost/app.swf&debug=true&id=35> 

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

Surely this is possible...?

Troy.

 

Reply via email to