Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - continuing with the example of the previous section, we can step into the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Continuing with the example of the previous section, we can step into the
call to use and up to the p->foo() function call.  Try to set a breakpoint
at foo.

You will be presented with a window containing a list of "foo" functions to
choose from since the reference to foo at this point is ambiguous.  Select
the one in which you are interested.

You may also have observed that, in this instance, p is really a pointer to
the variable x which is a DERIVED type.  To display all the fields of x, you
can type cast it as follows.

Example:

     *(DERIVED *)p

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson