problem 1 - debugging guids

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

    #1

    problem 1 - debugging guids

    vb2005 webforms app

    in my app i have a guid (it is used as a primary key)
    when i debug the app if i hover over the guid, or look at it with quickwatch
    it always shows as being empty even though it is not. I know it is not empty
    as the line of code that shows it as being empty is the line which uses it to
    return a record - which it does correctly.

    how do i look at a guid when debugging?
  • Cor Ligthert [MVP]

    #2
    Re: problem 1 - debugging guids

    Guy,

    Click on QuickWatch with your right button (and than on the +)

    Cor

    "guy" <guy@discussion s.microsoft.com > schreef in bericht
    news:8CC750C6-1025-405E-BEC0-4828A0B8AC2D@mi crosoft.com...[color=blue]
    > vb2005 webforms app
    >
    > in my app i have a guid (it is used as a primary key)
    > when i debug the app if i hover over the guid, or look at it with
    > quickwatch
    > it always shows as being empty even though it is not. I know it is not
    > empty
    > as the line of code that shows it as being empty is the line which uses it
    > to
    > return a record - which it does correctly.
    >
    > how do i look at a guid when debugging?[/color]


    Comment

    • guy

      #3
      Re: problem 1 - debugging guids

      hi Cor, yes i have tried that, the problem is that it still displays 'empty'

      cheers

      guy

      "Cor Ligthert [MVP]" wrote:
      [color=blue]
      > Guy,
      >
      > Click on QuickWatch with your right button (and than on the +)
      >
      > Cor
      >
      > "guy" <guy@discussion s.microsoft.com > schreef in bericht
      > news:8CC750C6-1025-405E-BEC0-4828A0B8AC2D@mi crosoft.com...[color=green]
      > > vb2005 webforms app
      > >
      > > in my app i have a guid (it is used as a primary key)
      > > when i debug the app if i hover over the guid, or look at it with
      > > quickwatch
      > > it always shows as being empty even though it is not. I know it is not
      > > empty
      > > as the line of code that shows it as being empty is the line which uses it
      > > to
      > > return a record - which it does correctly.
      > >
      > > how do i look at a guid when debugging?[/color]
      >
      >
      >[/color]

      Comment

      • Mythran

        #4
        Re: problem 1 - debugging guids

        OFF TOPIC:

        ROFL, I misread the subject, I thought it read:
        "problem 1 - debugging girls"

        I thought, WOW WHAT A BREAKTHROUGH!

        :P

        Mythran

        Comment

        • guy

          #5
          Re: problem 1 - debugging guids

          debugging girls? that must be the ultimate challenge, i donnot think it
          possible though;)

          "Mythran" wrote:
          [color=blue]
          > OFF TOPIC:
          >
          > ROFL, I misread the subject, I thought it read:
          > "problem 1 - debugging girls"
          >
          > I thought, WOW WHAT A BREAKTHROUGH!
          >
          > :P
          >
          > Mythran
          >[/color]

          Comment

          Working...