silverfrost Site Admin

Joined: 29 Nov 2006 Posts: 191 Location: Manchester
|
Posted: Tue Sep 07, 2004 9:58 pm Post subject: Showing parameters in SDBG |
|
|
Summary
Parameters do not appear in the variables window of SDBG.
Solution
Source files must be compiled using the /full_debug option to enable debugging information for parameters to be produced. This will allow SDBG to see the value of parameters.
Note that the "Show PARAMETERs in variables window" option in Tools->Options must be checked to show parameters in the variables window. |
|