Yes of course I clicked on Help>Contents>Integrated Environment >POIDE integrated environment>Debugger>Introduction. From the words there and in the other related sections, I learned that there is a debugger but not how to use it. I am also confident that it will meet my needs when I know how to use it.
Starting from the beginning, with a project open, when I press F5 to debug, a dialog box appears telling me that the project's .exe file contains no debugging information. I don't know if this is a real problem or if there is something I should be doing different when I build the project.
If I continue and rebuild with debugging info, I'm presented with a screen of assembly language code that I can't relate to my C source. How do I "watch" a variable in my C source? How do I single step my C source (not the assembly)?
I feel like I am stumbling around in the dark. Care to shed some light?