Have Exception thrown in my app. In callstack I can see program stops at property's getter: FullName.get()
I'm trying to find out what part of code is generating exception.
But in call stack I can see only 3 entries:
3) FullName.get()
2) [External Code]
1) myApplication.exe
Is is a way to debug external code somehow ?