• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Run two application sessions at once: Networking

Explorer ,
Apr 16, 2015 Apr 16, 2015

Copy link to clipboard

Copied

Hello,

I'm working on a collectable card game where there are two Flash clients and a Java server.  This is a straightforward situation.

I want debugging to be as streamlined as possible so there isn't headaches of me trying to fight against the user interface.

Since Flashbuilder won't let you run debug twice on the same project, I have the following two options:

1) I could make a bin-release version and run from the folder as one, and debug as the second client.

2) I could have two identical projects in code that I need to keep redundantly updating code as I go along.

Both of those have obvious headaches.  Both of them require double build times.

Does anyone have an idea of how I can do this better?

Views

157

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Apr 16, 2015 Apr 16, 2015

I found the solution.

One will be run, one will be debug.   Very simple and eloquent.

Votes

Translate

Translate
Explorer ,
Apr 16, 2015 Apr 16, 2015

Copy link to clipboard

Copied

LATEST

I found the solution.

One will be run, one will be debug.   Very simple and eloquent.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines