Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3318404
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:42:06+00:00 2026-05-17T22:42:06+00:00

I have a Flex 4 application which connects to ASP.NET webservice based on FluorineFx

  • 0

I have a Flex 4 application which connects to ASP.NET webservice based on FluorineFx. It is authenticated by cookies via RemoteObject.setCreadentials()

Both applications connect to FMS server and talks to each other via RTMFP direct connection (P2P).

I want to debug both instances of this application in Firefox and Internet Explorer at one time by single click (F11).

Now I can debug only in one browser by running Debug in Flash Builder 4. I have created double browser runner with bat file registered as default browser in Preferences > General > Web browser that looks like this:

start "IE" /b "c:\Program Files (x86)\Internet Explorer\iexplore.exe" -private %1
start "FF" /b "c:\Program Files (x86)\Mozilla Firefox\firefox.exe" -private %1

But this connects the debugger only to firstly run instance of the application in Internet Explorer.

How can I attach to and debug both instances?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T22:42:07+00:00Added an answer on May 17, 2026 at 10:42 pm

    Ok, solution found. Not exactly running by single click, but two clicks, but still it is better than changing default browser twice for every Debug session.

    Place this code into a bat or cmd file and assign as a default browser (Preferences > General > Web browser, New...)

    @echo off
    IF EXIST ff.lock GOTO runie
    IF NOT EXIST ff.lock GOTO runff
    :runie
    START "IE" /b "c:\Program Files (x86)\Internet Explorer\iexplore.exe" -private %1
    DEL ff.lock
    GOTO end
    :runff
    START "FF" /b "c:\Program Files (x86)\Mozilla Firefox\firefox.exe" -private %1
    ECHO lock > ff.lock
    GOTO end
    :end
    

    … and click Debug, twice! It starts two browsers and attaches debugger to both of them!

    Note: If you are running Windows Vista/7 with UAC enabled, you may have to start Flash Builder as an administrator (to allow the script file write to ff.lock file).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Flex application which is served via a JSP page. In this
I have a Canvas in a Flex application which has items inside it that
I have a Flex application that calls a function which searches a large document
We have Flex applications that connect to our ASP.NET 3.5 Web Applications and usually
We have a Flex application which has several 'pages' worth of content. Each time
I have a flex application which is configured with blazeds sever and i am
I have a Flex application which references a separate MXML file as a template
I have a Flex application which shows an assessment to a candidate. At the
I have built a multi-touch application which is based on a Java EE backend
I have a Flex application that connects to a BlazeDS server using the StreamingAMF

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.