简体   繁体   中英

How to debug AS400 RGPILE program when there DBGVIEW is set to *none

My company has recently modified the way RPGILE and CL programs are compiled and delivered to our clients. All programs are set to DBGVIEW *NONE and no source is set to any client system. When you try to debug a program all you see is Program X cannot be debugged.

Is there any way we can debug a program set like this?

Short answer, no.

Long answer, for currently supported release of IBM i OS, use the
Debug encryption key (DBGENCKEY) and DBGVIEW(*LIST)

parameters of the compile commands to include an encrypted copy of the source with the program objects.

Optionally, if you use DBGVIEW(*SOURCE) along with RDi for debugging, I believe you can point RDi to the source on your PC.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM