DLL variables = nothing in debug mode

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
 
L

Lucas Tam

(e-mail address removed) (Colin Graham) wrote in
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
\

Did you compile the DLL in debug mode?
 

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

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top