How do a make the debugger step through a user-defined function? In a separate file, or in the main program file, I cannot get the debugger to step through a user-defined function.
I'm trying to set up a project as I would in C++, with Globals and Functions defined in separate files. I've figured out that the order in which the files are included (in the IDE Files Tab) makes a difference. I know, now, that Global definitions must be the first file included. Are there any other caveats to the order of files in the IDE Files Tab? Am I correct in assuming that Function dependencies are resolved by the order in which files are included?
Now that I think of it, are there any issues regarding file order in the Media, Cursors, or Icons Tabs? That may sound silly to ask, but I've run into stranger problems, so I just thought...
;^)
TIA,
Stan