Debug point in a dll
I am testing methods in my dll called "Transform" from a different solution called "TestTransform". That is I call the methods from the Main() in TestTransform. But I want to put some debug break point in the methods in Transform. It doesnt allow me. Can I do anything?
Posted Jun 5, 2007, 4:23 PM