CodeView Does Not Support the Basic CHAIN Statement (61341)



The information in this article applies to:

  • Microsoft QuickBASIC 4.0
  • Microsoft QuickBASIC 4.0b
  • Microsoft QuickBASIC 4.5
  • Microsoft BASIC Compiler for MS-DOS and OS/2 6.0
  • Microsoft BASIC Compiler for MS-DOS and OS/2 6.0b
  • Microsoft Basic Professional Development System (PDS) for MS-DOS and MS OS/2 7.0
  • Microsoft Basic Professional Development System (PDS) for MS-DOS and MS OS/2 7.1

This article was previously published under Q61341

SUMMARY

Versions 2.20, 2.30, 2.35, and 3.10 of the Microsoft CodeView debugger do not support the Basic CHAIN command. When a program is CHAINed in Basic, CodeView executes the entire CHAINed-to program and will not allow it to be single-stepped through.

The CHAIN command is unique to Basic and is not supported by the CodeView debugger. CodeView is a mixed-language source code debugger supplied with Basic compiler versions 6.00 and 6.00b and Basic PDS versions 7.00 and 7.10. CodeView is NOT shipped with QuickBasic 4.00, 4.00b, or 4.50 for MS-DOS.

MORE INFORMATION

The following table lists which versions of CodeView are shipped with which versions of Basic:
   Basic Version      Is Shipped with CodeView Version
   -------------      --------------------------------

   6.00               2.20
   6.00b              2.30
   7.00               2.35
   7.10               3.10
				
Note: CV.EXE is the CodeView utility for MS-DOS. CVP.EXE is the CodeView utility for MS OS/2.

Modification Type:MinorLast Reviewed:8/16/2005
Keywords:KB61341