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 I'd like it to be this: 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.

