1
Answer

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?

Answers (1)