| Problem |
| This technote details how debugging information can be collected for API programs or perl scripts in IBM® Rational® Build Forge®. |
| Solution |
|
From within the same command shell that you are executing your program or scripts, set the variable, BF_API_DEBUG=1. Then execute your program or script, and there will be verbose output containing many additional debug messages. To enable tracing, define the environment variables and execute the perl scripts, as follows: Windows: >SET BF_API_DEBUG=1 >perl <script> UNIX/Linux: >EXPORT BF_API_DEBUG=1 >perl <script> |
이 글은 스프링노트에서 작성되었습니다.