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

Debugging with multiple developers

New Here ,
Jun 04, 2010 Jun 04, 2010

Copy link to clipboard

Copied

I have three developers working on the same web project using ColdFusion Builder.  The problem is, when debugging, one developer is hitting breakpoints set by another developer.  Basically, two developers cannot debug at the same time.  Any ideas why?

Mark <><

TOPICS
Builder

Views

612

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
LEGEND ,
Jun 04, 2010 Jun 04, 2010

Copy link to clipboard

Copied

Because they're sharing the same project perhaps?  Project settings are like config settings for the CFB application.  They should be specific to the instance of CFB (ie: on the person's own PC).

Have the project files on the user's machine, and the source code on the shared environment (or, better, have them develop locally fullstop).

--

Adam

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
Community Expert ,
Jun 05, 2010 Jun 05, 2010

Copy link to clipboard

Copied

Mark, my understanding (though I could be wrong) is that CFBuilder has a built-in limitation whereby a given template can be debugged by only one debugging developer at a time. They may be able to see requests against another template, though. Have you noticed if that's the case?

And to be clear, if you look at the CF Admin debugger settings page, you'll see that there's a setting allowing you to define how many developers can debug against a given server. The default is 5, so it's not that you can't have more than one developer debugging against a given server.

But it may make sense that the server can't try to debug separate requests to the same template in different instances of CFBuilder. That could become confusing. Then again, I realize it's also confusing when you wonder "why am I not seeing breakpoints hit", and it's because the request has already been intercepted by another debugging developer. I guess Adobe may have had to flip a coin as to which situation to allow.

/charlie


/Charlie (troubleshooter, carehart.org)

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
Advocate ,
Jun 11, 2010 Jun 11, 2010

Copy link to clipboard

Copied

LATEST

Because the breakpoints you set with CFBuilder are executed on the ColdFusion server. Set it up so that every developer is talking to his own ColdFusion server and it will work fine.

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
Resources
Documentation