Does anybody how can debug step by step with vc6 ? I can set breakpoints in the symbian program and the program stops there but all the functions for debugging are disabled.
Thanks Freudi
Does anybody how can debug step by step with vc6 ? I can set breakpoints in the symbian program and the program stops there but all the functions for debugging are disabled.
Thanks Freudi
Freudi,
First of all you need to have your workspace compiled in DEBUG and not in RELEASE.
After you compile your workspace in DEBUG, put appropriate breakpoints and click on F5 (which you must have done)
When your program opens in your emulator, your program and start using it. Breakpoint will hold the flow for running and then you can press F10 for one step ahead and F11 for going in perticular function.
Let me know if this doesn't work. We'll check some other settings also then.
- Rahul