Home > Software engineering >  VC6.0 step through press F10 to the last step is always the pop-up 'Find Source' dialog
VC6.0 step through press F10 to the last step is always the pop-up 'Find Source' dialog

Time:09-19

VC6.0 step through press F10 to the last step is always the pop-up 'Find Source' dialog,

#include

Int main ()
{
int i, j;

The scanf (" % d ", & amp; I);

J=I + 2;

//printf (" hello world! \n");

//printf (" % d \ n ", j);

//printf (" % d \ n ", + + j).

return 0;
}




CodePudding user response:

Win10 64 - bit environment

CodePudding user response:

After the main code into the system!

CodePudding user response:

To debug into the CRT source code, need to 1 installed in choosing the CRT source code 2 in this dialog box to specify your CRT source code installation directory
  • Related