#Stepping into code not working

1 messages · Page 1 of 1 (latest)

grim flint
#

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.

near ivyBOT
#

<@&987246399047479336> please have a look, thanks.

near ivyBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

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.

grim flint
#

Here is the method it seems to be stuck inside. None of the relevant classes overrides this method.

lament dagger
#

or a video

grim flint
lament dagger
#

what

#

if you pause after the step over, what happens ?

grim flint
#

Like the keyboard pause button?

lament dagger
#

the debug pause button

#

at the left

grim flint
#

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.

lament dagger
grim flint
lament dagger
#

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

grim flint
#

Okay, thanks. I think knowing about the pause button might help me with what I'm really after anyway.

lament dagger
#

try to display this OpenAPI#toString

grim flint
#

The string builder just says collecting data.

lament dagger
grim flint
#

That is the OpenAPI#toString

lament dagger
#

i guess my guess was correct then

#

although 14k isn't that much either

grim flint
#

Thank you for your help.