Is there a way to somehow add breakpoints to all lines where some code is called outcluding method definitions since it takes a long time to debug it.
I got a messy code where I need to add some new functionalities but I just can't find them by following the code. It's like something is initialized on the start but I can't find where or what.