I am new with Symbian. I downloaded Symbian SDK, Active Perl 5.6.1.635, and Carbide C++.
I tried to create a Hello World Project but whenever I execute the emulator appears, shows loading and then disappear.
Any clue?
Do you have Realtek sound chip on your PC? Try to disable it in windows device manager and try again. This is most common issue in the behaviour mentioned. Also please refer to %temp%\epocwind.out for emulator log. Reasons of failures and panics can be found there.
EDIT:
Regarding on-device debugging:
Connection should be set up for now, so now you can setup the build of SIS file, which should be deployed to the phone for debugging purposes. For this, in the opened window "New Launch Configuration Wizard" click button "Change" in "Debug process" section, and then, in "Deploy method" section select your SIS file in "SIS file to install" combo box. If you don't have any SIS files yet, refer to this page.
Once you have all this stuff set up, you can start actual debugging. Hope this helps. :)