Executing a Line of C++ Source Code

If the current line in source code is a function call, you can either step into the function or step over the function.

  1. To step one line of source code, stepping into a function:
    1. Select Run > Step Into or click the Step Into button.
    2. Use the step command.

    The application advances one line of code. If the current line of code is a function call, the application steps into the function.

  2. To step one line of source code, stepping over a function:
    1. Select Run > Step Over or click the Step Over button.
    2. Use the next command.

    The application advances one source code line.

    If the current line of code is a function call, the application steps over the function.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.