If you have S60 SDK you can just follow "helloworld" example tutorial with hands-on demo. You will learn which commands to use to create project files and how to launch the emulator from Visual C++ IDE tool. Debugging with breakpoints is possible just by setting breakpoints in VisualC++. Emulator will run your code and stop in each breakpoint and show you where you are in the code.