Variable values not showing = nothing

  • Thread starter Thread starter Colin Graham
  • Start date Start date
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
 
Colin Graham,

Check out your locals and auto tabs (normally) at the bottom of your screen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top