debugging - Is bugzilla a bug tracker or debugger? -


When I tried to find out more about the Bugzilla most sources are saying that this is a bug tracker. .. Please know the difference between debugger and bug tracker ... and put some light on the bugzilla too.

Bug tracker:

A bug tracker or an application that keeps a record of the bug reported in a software development project.

A bug tracking system usually has databases and user interfaces. Backend database using bug details, seriously, step to generate: the expected and actual behavior, bug again, developers or records of known bugs involving tester etc. is used to store. A bug-tracking system in the software development project is also used to generate bug reports for measuring the productivity of the programmer in bug fixing.

Bug tracking systems are integrated project management systems. This approach allows record tracking and communication between the testers and developers. Bug record is necessary to build new product versions, base product knowledge and fix bugs in release notes.

Debugger:

is a software application, usually included in an IDE (integrated development environment) Which tests and debugs other program (target program) which is being developed in the IDE. Developers use the Debugger tool to run the program in phase and thus it becomes easy to locate the code in any program responsible for a particular bug.

Debuggers help to break the program / break in the event of a breakpoint to verify the current status in an event and in order to track the values ​​of variables.

is originally developed and Mozilla is a web-based general-purpose used by project's bugtracker and testing equipment, and Mozilla license under Public License.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -