C
Colin Graham
This is probably something small but when i am debugging my vb.net
class library code im not able to see the values of any of the
variables when i hover my mouse over them. instead the value = nothing
the only way that i can view the value of a variable is to write it to
the event viewer using System.Diagnostics.EventLog.WriteEntry("value",
strval) and then view this. This gets round the problem but is very
slow and awkward + this behaviour should not be happening.
Any help appreciated as it is quite difficult to debug at the minute.
Thanks
Colin Graham
class library code im not able to see the values of any of the
variables when i hover my mouse over them. instead the value = nothing
the only way that i can view the value of a variable is to write it to
the event viewer using System.Diagnostics.EventLog.WriteEntry("value",
strval) and then view this. This gets round the problem but is very
slow and awkward + this behaviour should not be happening.
Any help appreciated as it is quite difficult to debug at the minute.
Thanks
Colin Graham