is there a good way to debug inline? For example h...
# intellij
a
is there a good way to debug inline? For example having an equivalent breakpoint to this but if the line were
if(current == goall) return reconstructPath(cameFrom, current)
s
if you are on intellij it should allow you to place it inline, or step through to it.
a
how? it does not give me two options
only for HOFs
s
since it's all one line of code you can still step through it. Sorry if I wasn't clear.
you can also run to cursor.