Are the subprograms available within the same Visual COBOL project as the calling program or are they in a different project or possibly not within a project at all?
I noticed that you are using the full path name to find the subprograms which leads me to believe that they are not within a project at all, which means that their .idy files are probably not available for debugging.
How do you have these projects setup?
Thanks.