Kbase 18859: HLC: How To Generate A ProTrace File In Your C Code
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/05/2003 |
|
Status: Unverified
GOAL:
How to generate a Progress protrace (stack trace) file from C Code when debugging HLC applications?
FACT(s) (Environment):
Progress 8.3x
FIX:
To accomplish this do the following:
1) Define a void function called utcore that has no parameters.
VOID utcore();
2) Call this function when you want to generate a protrace file.
utcore();