AUTOEXP.DAT

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sandesh Sardesai

    AUTOEXP.DAT

    C:\Program Files\Microsoft Visual Studio\Common\M SDev98\Bin\AUTO EXP.DAT
    ; AutoExp.Dat - templates for automaticially expanding data
    ; Copyright(c) 1997 Microsoft Corporation. All Rights Reserved.
    ;---------------------------------------------------------------
    ;
    ; While debugging, Data Tips and items in the Watch and Variable
    ; windows are automatically expanded to show their most important
    ; elements. The expansion follows the format given by the rules
    ; in this file. You can add rules for your types or change the
    ; predefined rules.


    Whether typecasting, use of indirection operator (*) or address-of operator
    (&) is supported in AutoExp.dat file?
    We can use it in watch window but we have to change the variable name.
    If we can make it in AutoExp.dat file then we just have to move the mouse
    pointer over the variable and it will show up its value.

    For example we have an expression similar to this:
    (wchar_t*)(*((l ong*)((variable ).m_pbaseString )+1)),su


  • Peter Koch Larsen

    #2
    Re: AUTOEXP.DAT


    "Sandesh Sardesai" <sandesh.sardes ai@siemens.com> skrev i en meddelelse
    news:bpi0t3$hqb $1@news.mch.sbs .de...[color=blue]
    > C:\Program Files\Microsoft Visual Studio\Common\M SDev98\Bin\AUTO EXP.DAT
    > ; AutoExp.Dat - templates for automaticially expanding data
    > ; Copyright(c) 1997 Microsoft Corporation. All Rights Reserved.
    > ;---------------------------------------------------------------
    > ;
    > ; While debugging, Data Tips and items in the Watch and Variable
    > ; windows are automatically expanded to show their most important
    > ; elements. The expansion follows the format given by the rules
    > ; in this file. You can add rules for your types or change the
    > ; predefined rules.
    >
    >
    > Whether typecasting, use of indirection operator (*) or address-of[/color]
    operator[color=blue]
    > (&) is supported in AutoExp.dat file?
    > We can use it in watch window but we have to change the variable name.
    > If we can make it in AutoExp.dat file then we just have to move the mouse
    > pointer over the variable and it will show up its value.
    >
    > For example we have an expression similar to this:
    > (wchar_t*)(*((l ong*)((variable ).m_pbaseString )+1)),su
    >
    >[/color]
    I believe you should direct the question to microsoft.publi c.vc.debugger


    Kind regards
    Peter


    Comment

    • tom_usenet

      #3
      Re: AUTOEXP.DAT

      On Thu, 20 Nov 2003 14:50:43 +0530, "Sandesh Sardesai"
      <sandesh.sardes ai@siemens.com> wrote:
      [color=blue]
      >C:\Program Files\Microsoft Visual Studio\Common\M SDev98\Bin\AUTO EXP.DAT
      >; AutoExp.Dat - templates for automaticially expanding data
      >; Copyright(c) 1997 Microsoft Corporation. All Rights Reserved.[/color]

      Try one of the groups under microsoft.publi c.vc - that's where MSVC
      specific questions are answered by MSVC experts.

      Tom

      Comment

      Working...