• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

A complete solution?

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I know a lot of tools who helps to debug, to reference, to track bugs...

But I never found any project who "integrate" them all together.

Can you confirm this?

Thanks a lot.
 
author
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, depending upon what kind of software you're working on, and what level of integration you would like, there are a couple avenues you might want to explore.

The first is Microsoft Visual Studio, which provides an IDE for several different languages with integrated debugger support, together with Visual Team System , which integrates with Visual Studio and provides bug tracking, source control and a number of other facilities.

The second is Eclipse together with the Mylyn project, which integrates with various bug tracking packages like Bugzilla, Trac, and JIRA.

Is this the kind of thing that you were after?
 
Stephane Clinckart
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Paul Butcher wrote:Actually, depending upon what kind of software you're working on, and what level of integration you would like, there are a couple avenues you might want to explore.

The first is Microsoft Visual Studio, which provides an IDE for several different languages with integrated debugger support, together with Visual Team System , which integrates with Visual Studio and provides bug tracking, source control and a number of other facilities.

The second is Eclipse together with the Mylyn project, which integrates with various bug tracking packages like Bugzilla, Trac, and JIRA.

Is this the kind of thing that you were after?



Well... I don't know about microsoft is product, but for mylin it is a first step for a full integration.

Thanks anyway
 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Redmine is a RoR based, open-source project management tool that allows you to track bugs and features, log time, report on projects, host project wikis and blogs, and more. It even integrates with your SCM. Worth a look, as it ties things together pretty well.

 
Stop it! You're embarassing me! And you are embarrassing this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic