Kbase 41076: Invoking the '?debug=on' parameter on a URL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P11076
FACT(s) (Environment):
WebSpeed 3.1D
SYMPTOM(s):
Invoking the '?debug=on' parameter on a URL
?debug=on parameter does not work
CAUSE:
This is a regression bug. Parameter did work in Progress 9.1C
FIX:
To workaround this, just add the following code to web-disp.p, after the Run run-web-object line:
/* If any debugging options are set except "top" ... */
IF debugging-enabled
AND debug-options <> "" AND LOOKUP("top":U,debug-options) = 0
THEN RUN web/support/printval.p (debug-options).