On 12/11/2012 3:10 PM, Scott Klement wrote:

Is it possible that the DS is based on a pointer that was passed to your
program/procedure by reference? Or where the pointer is, itself, based
on another pointer? I know I've seen this confuse the debugger in the past.

Though, I can't recall whether it was the RDP debugger that was
confused, or whether it was one of the other ones.


That problem affects both the system debugger and the RDP debugger since they use the same underlying support for evaluating variables.

What I usually do for debugging is change the based variable to be based on a local pointer, and copy the parameter to the local pointer.

But if you don't want to do that, then within the system debugger you can use

EVAL pointerparm->basedfield

In the RDP debugger, you can do that in the Monitor window. (Right click in the Monitors window, select Monitor Expression, and enter pointerparm->basedfield.)


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.