We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I've been unsuccessful in making the program source text appear in the dScope debugger window. It gives me only the assembly version of my application program. I've checked out the 'Commands' menu in the dScope window and that is set to 'view high level' option. Can somebody of you help me out. Regards, Philvin
You have enabled debug info in the object file, haven't you? (Compiler Option).
The other thing to watch out for is where your source files are located. If the source files are in a different directory than the executable, you have to tell DSCOPE where the source is. set src = d:\x27\app set src = d:\x27\kernel set src = d:\x27\hardware set src = d:\x27\logical Page 248 of the Dscope manual gives a description of the SET command.
Tom, Just tell me this one more thing. How should I thank you.