When I press F7 at this point, I expect to go into this method to step through it. What actually happens is....nothing. Why? When pressing F8 then the blue highlight on that line goes away. I expect to step over to that Object bar line. It seems like it is stuck inside that modelTemplateFiles method. But it doesnt really do anything.
#Stepping into code not working
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
Here is the method it seems to be stuck inside. None of the relevant classes overrides this method.
can you show a screenshot of when you press f7 ?
or a video
Like the keyboard pause button?
It goes here
So I guess this method is somehow actually taking a long time to return. Does not explain why, nor why F7 didn't do anything.
scroll down
my guess is that the debugguer is trying to display information of an object, but the information is big it can't do it
@grim flint
Okay, thanks. I think knowing about the pause button might help me with what I'm really after anyway.
try to display this OpenAPI#toString
The string builder just says collecting data.
wdym
Thank you for your help.