The information in this article applies to:
SYMPTOMSThe Microsoft CodeView Debugger will appear to hang when you step or execute past a call to the gets() run-time routine if the Screen Swap option is turned off. CAUSE
The apparent lock-up results because the gets() call causes focus to
shift to the debuggee's screen and there is no way for CodeView to get
to that screen with Screen Swap off.
RESOLUTIONTo get past this deadlock with CVP under OS/2, manually switch screen groups to the one labeled "CVP app appname.EXE". Once there, you can provide a response to the waiting gets() call. After entering a string, you can switch back to the screen group running CVP and continue debugging. MORE INFORMATIONThe sample code below illustrates this situation. Compile the code as indicated and bring up the .EXE in CodeView. Select the Option menu and turn off Screen Swap if it is on. Next, step past the gets() call. In MS-DOS, you will need to press CTRL+C to regain control. In OS/2, you will need to switch screen groups to provide the necessary input to the program. Sample Code
Additional query words: 3.00 3.50 4.00 4.10
Keywords : kb16bitonly |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |