Hi, recently i have experienced some odd behaviour using the .NET IDE.
Running through the contents of a Hashtable and checking (using if Hash.Contains()) whilst i was stepping through the code it looked as though it was running BOTH the if AND the else statement!!
Also, the debug line often jumps into the "catch" area of a try/catch and seemingly runs the code within....when actually it doesn't get run at all....
This is making debugging difficult, and i wondered if anyone else had experienced similar problems?
Thanks
Axum
Running through the contents of a Hashtable and checking (using if Hash.Contains()) whilst i was stepping through the code it looked as though it was running BOTH the if AND the else statement!!
Also, the debug line often jumps into the "catch" area of a try/catch and seemingly runs the code within....when actually it doesn't get run at all....
This is making debugging difficult, and i wondered if anyone else had experienced similar problems?
Thanks
Axum