dantheinfoman
Programmer
Hi All,
I can't seem to figure out how to debug through our programs. I have all the project files, but the calling program is an EXE (this is the master project file), then it calls a bunch of different APP files, depending on which module you want to go into. At any rate, I've tried opening up the debugger directly with the EXE file and it says select a program from Application but they're all grayed out?!
So then I read about SET STEP ON, but this doesn't work, it just ignores this code.
Anyone have trouble with this or know a solution. We could get a lot more work done if we could debug instead of just using wait windows all the time in order to understand what's happening in the code.
Thanks for your time!
Dan
I can't seem to figure out how to debug through our programs. I have all the project files, but the calling program is an EXE (this is the master project file), then it calls a bunch of different APP files, depending on which module you want to go into. At any rate, I've tried opening up the debugger directly with the EXE file and it says select a program from Application but they're all grayed out?!
So then I read about SET STEP ON, but this doesn't work, it just ignores this code.
Anyone have trouble with this or know a solution. We could get a lot more work done if we could debug instead of just using wait windows all the time in order to understand what's happening in the code.
Thanks for your time!
Dan