answersLogoWhite

0


Best Answer

Editor detects and modifies the correction to be made on the spot, while debugger show and does the eiting after the execution of the program.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between editor and debugger?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is used to create and debug user-defined functions?

Editor and debugger.


What is the difference between debugger and translator?

debugger find error and tell us and we remove them manually.interpreter is a translatol that translate source code to macihne statement by statement.


What is the difference between debugger and interpreter?

the answer is that no body knows what it is including me so crack it man.:P


What are the 3 turbo c language components?

Borland Turbo C came with an editor, compiler, linker and debugger, all of which were tightly integrated into the Turbo C IDE (integrated development environment). The professional version also came with standalone versions of the Turbo Assembler and Turbo Debugger. Note that Turbo C is 27 years old. As such it is redundant. All Borland development tools are now owned by Embarcadero. Turbo C is now classed as "antique".


What is the mainpart of turbo-c?

It has more than one main parts: editor, compiler, linker, debugger, help-system


What is the difference between editor and resident editor?

Some large papers have multiple editions in different cities. The respective editor of every city is the resident editor.


What are the cousins of a compiler?

First cousin twice removed is an interpreter, second cousin is an assembler. Its siblings are a text-editor, a linker and a debugger.


Is C plus plus an application program?

No. C++ is a computer language. The development system supporting it is a compiler, linker, editor, debugger, etc.No it is a programming language.


Who said the only difference between a cult and a religion is a hundred years?

the editor of Washington Weekly


When was GNU Debugger created?

GNU Debugger was created in 1986.


What is the difference between a writer and an editor?

A writer is the author of the post, in which whom the post belongs to. The editor obviously "edits" the post, making sure it makes sense. Like a newspaper report, the writer's name will be at the bottomof the post and so will the editor's. An editor is somewhat similar to a publisher.


Basic parts of TURBO C program?

Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs