Good day.
I can not understand, when stepping through (putting a breakpoint, step into, step ....) of the program I try to get inside the method (which is in another file), as a result I get: "source not found" ... The same situation occurs if I try to get information (ctrl + click) about some classes (for example, the button class, press ctrl + click on this class, instead of describing (or the implementation like in Visual Studio) I get source not found ...
Tell me how to fix this situation?

Thank you in advance.

    1 answer 1

    It is necessary to connect source codes (source) from those libraries which viewing you want to receive.

    • and if I cannot enter the methods of my classes (for F6)? - Vadimcg