Debugger Message EE0029 Cannot Access User MemoryLast reviewed: July 20, 1995Article ID: Q106724 |
The information in this article applies to:
SUMMARYThe PowerStation debugger displays the following message
EE0029 Error: Cannot access user memoryin the Watch window when a formal argument of a subroutine or function cannot be displayed. A formal argument can be viewed only if the current point of execution is within the subprogram accepting the formal argument. Once the first line of the subprogram has been executed, the formal arguments display correctly in the Watch window. This problem does not occur with FORTRAN PowerStation 32.
MORE INFORMATIONThe EE0029 error can be generated by following these steps:
Sample CodeCompile options required: /Zi real*4 b b = 2. call sub (b) end subroutine sub (c) integer*4 a real*4 c a = c+1.2 print*, a return end |
Additional reference words: kbinf 1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |