.NET Debugger for C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Willie B. Hardigan

    #1

    .NET Debugger for C#

    Hi,

    Just in the debugger and in the Watch window, I think it would be nice to
    have it automatically use intellisense to expannd members when typing in a
    new object to watch.

    Ie., I have a MemoryStream object called ms and i type in ms. , after i
    enter the DOT "." it should show me a list of available members to select
    instead of me having to hunt for it.



    --

    Willie B. Hardigan
    Microsoft Product Deactivation Team
    --



  • Darren Clark

    #2
    Re: .NET Debugger for C#

    WOuld be good hey....

    to think that it was in vb6 ide......

    "Willie B. Hardigan" <Willie.B.Hardi gan@microsooft. com> wrote in message
    news:O6IIF5xZDH A.1580@tk2msftn gp13.phx.gbl...[color=blue]
    > Hi,
    >
    > Just in the debugger and in the Watch window, I think it would be nice[/color]
    to[color=blue]
    > have it automatically use intellisense to expannd members when typing in a
    > new object to watch.
    >
    > Ie., I have a MemoryStream object called ms and i type in ms. , after i
    > enter the DOT "." it should show me a list of available members to select
    > instead of me having to hunt for it.
    >
    >
    >
    > --
    >
    > Willie B. Hardigan
    > Microsoft Product Deactivation Team
    > --
    >
    >
    >[/color]


    Comment

    • Willie B. Hardigan

      #3
      Re: .NET Debugger for C#

      Just saves a few seconds :D handy to have but I can always enter the object
      and then use the [+] to expand them to find it then enter that in after the
      "." dot. Just makes it that much easier to extend the intellisense
      selection to the debugger watch window for objects.

      Im in it just now and its something that irked me.

      --

      Willie B. Hardigan
      Microsoft Product Deactivation Team
      --


      "Darren Clark" <dclark88@hotma il.com> wrote in message
      news:uO29KMyZDH A.2032@TK2MSFTN GP10.phx.gbl...[color=blue]
      > WOuld be good hey....
      >
      > to think that it was in vb6 ide......
      >
      > "Willie B. Hardigan" <Willie.B.Hardi gan@microsooft. com> wrote in message
      > news:O6IIF5xZDH A.1580@tk2msftn gp13.phx.gbl...[color=green]
      > > Hi,
      > >
      > > Just in the debugger and in the Watch window, I think it would be nice[/color]
      > to[color=green]
      > > have it automatically use intellisense to expannd members when typing in[/color][/color]
      a[color=blue][color=green]
      > > new object to watch.
      > >
      > > Ie., I have a MemoryStream object called ms and i type in ms. , after[/color][/color]
      i[color=blue][color=green]
      > > enter the DOT "." it should show me a list of available members to[/color][/color]
      select[color=blue][color=green]
      > > instead of me having to hunt for it.
      > >
      > >
      > >
      > > --
      > >
      > > Willie B. Hardigan
      > > Microsoft Product Deactivation Team
      > > --
      > >
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...