Tracing on Running Application
Posted In:
PowerScript
.
By popo
On PowerBuilder we can trace the running compiled application (*.exe) by running application with the /PBDEBUG option.
application_name.exe /PBDEBUG
After that, just run your application as usual. On the same directory with the compiled PowerBuilder application, you will find file with an extension *.dbg ( eg. application_name.dbg). Within this file you will find useful orderly manner information . This is just an alternative for debugging the program.