Inspecting an object created via Reflection

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

Guest

Hello everyone,

I am wondering if there are any known CF issues when debugging objects
created via reflection? I am getting {...} instead of the expected data
structures when using quick watch, immediate command window, etc. This does
not happen in a regular forms application using the same code, only while
running on CF. Any input?

Thanks!

Jason Seaton
 
Problem solved. I had to put the full path to the module and copy down the
..pdb files in order to debug correctly.
 
Back
Top