![]() |
Stub
This article is a stub, an article too short to provide more than rudimentary information about a subject. You can help the Microsoft Wiki by expanding it.
|
---|

CodeView is a standalone debugger created by David Norris at Microsoft in 1985 as part of its development toolset. It originally shipped with Microsoft C 4.0 and later. It also shipped with Visual Basic for MS-DOS, Microsoft BASIC PDS, and a number of other Microsoft language products. It was one of the first debuggers for MS-DOS, which was full-screen, not linear (as Microsoft's predecessors DEBUG and SYMDEB).
When working with CodeView, users can use windows that can be manipulated. Some of the windows: the code window, the data window, the command window.
After the release of Microsoft Visual C ++ 1.0, CodeView functionality was integrated into a single programming environment known as the Integrated Development Environment (IDE), although CodeView was still available in 16-bit versions of Visual C ++. QuickC and a number of other development tools have also been integrated into a single programming environment. Such integration, according to many developers, is a more natural way of developing software. Everything can be done without switching programs or context from coding to debugging.
Today, the debugger is considered an integrated and integral part of Microsoft Visual Studio.