[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OpenEdge compiler operations not visible in client logging (no log entry type for it)

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
Some tips You should start using the profiler, the UI for analyzing the result is now part of PDSOE and it is way better than the unsupported UI that has been around since Progress 8. Use the latest OpenEdge version possible You should profile compiled application, use -rr to disable the compiler combined with -q. This ensures you run only compile code. Following build.xml to fix pdsoe will compile the pdsoe debuglauncher so that you can start a -rr session from within PDSOE use -q disable all types logging, you don't want to profile the performance of the logging. Use different session when recording logging e.g. qryinfo

Continue reading...
 
Status
Not open for further replies.
Back
Top