question related to windbg

Hello everybody.

I’m just learning windbg. Under “Working with breakpoints and source code” it says

  1. Restart code execution on the target system by issuing the g (go) command.

  2. On the target Windows system, open Device Manager using the icon or type mmc devmgmt.msc. In Device Manager, expand the Samples node.

but the target system (computer) is stopped. How can I do something on the target computer. Thank you.

It told you to start the process going again by issuing the “g” command.

Thanks