◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── The protected-mode CodeView debugger (CVP.EXE) allows you to debug programs that use the following OS/2-specific features: ■ Dynamic-link libraries (DLLs). You can load a DLL by specifying the /L <dynlib> option when you start up CodeView. See: ◄/L Command-Line Option► ■ Multiple processes. You must specify the /O option when you start up CodeView. You can then view the status of spawned processes, or switch over to that process, using the Process command from the Run menu or the Process (|) command-window command. See: ◄/O Command-Line Option► ◄Process (|) Command-Window Command► ■ Multiple threads. You can switch to a different thread, or confine the effect of a CodeView command to a particular thread by using the Thread (~) command. See: ◄Thread (~) Command-Window Command► See also: ◄Debugging in Protected Mode: Requirements► ◄Debugging in Protected Mode: Restrictions► -♦-