Difference between revisions of "Studio:Why do the values I see in the data column of an open target Trace View seem to be random garbage?"

From STRIDE Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
<ol>
 
<ol>
<li>From Studio's '''Tools''' menu, choose '''Options'''.</li>
+
<li>From Studio's '''Workspace''' menu, choose '''Settings'''.</li>
 
<li>Click the '''Target''' tab. Configure the data type sizes, byte ordering, and structure member alignment to match your target platform.</li>
 
<li>Click the '''Target''' tab. Configure the data type sizes, byte ordering, and structure member alignment to match your target platform.</li>
 
<li>Click '''OK'''.</li>
 
<li>Click '''OK'''.</li>
Line 13: Line 13:
  
 
[[Category:Troubleshooting]]
 
[[Category:Troubleshooting]]
 +
[[Category:Studio]]

Revision as of 01:10, 14 September 2008

You may need to configure the settings in Studio that describe your target environment. To do this, complete the following steps:

  1. From Studio's Workspace menu, choose Settings.
  2. Click the Target tab. Configure the data type sizes, byte ordering, and structure member alignment to match your target platform.
  3. Click OK.

If this does not correct the problem, you may have an old or incorrect version of an intercept module on the target. Rebuild the target intercept module using the current workspace and the current database of your interfaces. For detailed instructions on how to do this, refer to the online help Developer's Guide topic, "Generating an intercept module".

If this does not correct the problem, check that your interfaces are correctly described using SCL. For detailed instructions on how to do this, refer to the online help Developer's Guide topic, "Using SCL to describe interfaces".