Kbase P122632: 4GL/ABL: The SET-BREAK( ) method of the DEBUGGER system handle incorrectly sets the breakpoint if an
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/2/2008 |
|
Status: Unverified
SYMPTOM(s):
4GL/ABL: The SET-BREAK( ) method of the DEBUGGER system handle incorrectly sets the breakpoint if an encrypted include file starts with leading blanks.
Code references both encrypted and non-encrypted include files.
The first line of the encrypted include file starts with leading blanks.
The first breakpoint is wrongly set to a non executable blank line.
If the first line of the encrypted include does not start with blank characters or spaces, the SET-BREAK( ) method correctly sets the breakpoint.
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1B
CAUSE:
Bug# OE00147510
FIX:
None at this time. A workaround is to ensure that none of the include files starts with blank characters or spaces.