BUG: To hang or terminate the debugger

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In the watch window

enter the following expression..

Convert.ToDouble(someDoubleValHere)

where
someDoubleValHere is set to some arbitary double value


Watch it either lock up or exit out.
 
I use the following:

Convert.ToDouble(3.245)

And it works fine for me. It doesn't lock up or exit out. Is there a
specific value you use, or some sort of code that you are debugging at the
time that might be a factor?
 
Back
Top