Kbase P119308: Debugging program within Architect, cannot get focus on runtime window
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/02/2011 |
|
Status: Unverified
SYMPTOM(s):
Debugging program from the editor perspective of Architect
Doing a 'step into' debugger command when the current line of code is an UPDATE statement
The runtime window cannot be given focus or manipulated in any way
FACT(s) (Environment):
OpenEdge 10.1A
CAUSE:
Bug# OE00133234
FIX:
Click the 'step into' icon in the debugger perspective a second time. Some 4GL commands (UPDATE, PROMPT-FOR, SET) are internally implemented as two separate pieces of functionality (i.e. display frame then update frame) and consequently the debugger is seeing those separate pieces as two separate statements.