ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Debugging in RDI using debug configurations

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Debugging in RDI using debug configurations

    When I am using the RDI debugger, I usually set a service entry point and then call the program from one of my emulator sessions. Occasionally, though, I like to use debug configurations, especially if I want to manually select which source file to use for the program I am debugging (sometime the object and source are not in the same library or, in some cases, not even the same box (we have a separate development and production box, the source is on the dev box and the object is on the production box (and dev box)). Whenever I go into debug configurations and specify my job information
    Click image for larger version

Name:	RDI-1.jpg
Views:	0
Size:	111.3 KB
ID:	145002

    then I select the SOURCE tab to select the source file, it beings up a list of source members. When I click the source member I want to use, I get the following error

    Click image for larger version

Name:	rdi-2.jpg
Views:	0
Size:	90.9 KB
ID:	145001

    The object I am debugging is an RPGLE program. Not sure why I am getting this. Doesn't seem to matter if the code and object are on the same box or not
    Attached Files
Working...
X