Комментарии:
This seems way too complicated and it requires multiple tasks to get logs. Could be useful to analyze logs but most of the stuff can be done in Developer Console itself.
ОтветитьAwesome tutorial thanks a lot 🙏🏻🙏🏻🙏🏻
ОтветитьGood tutorial, but people will need to understand meaning of each button otherwise it will be very confusing.
Play button - jump from breakpoint to breakpoint
Step over - it will not go inside function
Step in - will go inside the function even if we don't have breakpoint inside that function
Step out - will get us out of function if we think we are done analysing that function.