I mean here?
C1 C1 = new C1();
The advice was to put a breakpoint *in* the *constructor* for C1.
That's not a constructor.
Put a breakpoint at the start of the constructor and then step through it until you hit the
code that throws the exception.
- Wayne
No comments:
Post a Comment