ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Selecting source file/member when using SEP's

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

  • Selecting source file/member when using SEP's

    Is there a way to specify which source file/member for the debugger to open when using SEP's. I know the debugger tries to open the source file/member it was created from but our change management software copies the source code to a temporary library during the move to production process and compiles is from the temporary library but it then deletes the library. I know you can specify the source file/member to use when using DEBUG CONFIGURATIONS where you specify the qualified job name but I am wondering if there is a way to do this using SEP's

  • #2
    I compile with DBGVIEW(*ALL) or DBGVIEW(*LIST) - this puts the source as part of the object.

    Comment

    Working...
    X