"Debugging" application in other machine with only framework?

  • Thread starter Thread starter Angel
  • Start date Start date
A

Angel

Is there a way I can debug an application on a testing machine that only has
the .net framework?
I'm seeing that in the test machine, an application's behavior is different
to the way it does it when I run it from my PC (development env.). It's not
an error, but an erratic behavior that doesn't occur when I compile and run.
Is there a way that at least, I can know what code was executed during a
certain event? I have v1.0 in my development PC and the test PC has v1.1.

Thanks,
Angel
 
Hi, Angel

No, you have to install at least part of Framework SDK to get DbgClr.

HTH
Alex
 

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