Home | Previous Page | Next Page   Debugging and Testing DataBlade Modules on Windows > Debugging a DataBlade Module >

Setting Breakpoints

Before you start the debugger, set breakpoints in your source code.

To set breakpoints with Visual C++
  1. Open a source code file. You can do this by double-clicking a routine under the Globals node in the Class view.
  2. Right-click the line of code for which you want to set a breakpoint.
  3. Choose Insert > Breakpoint.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]