Hey, is there a way to force debug mode at given point? Id like to do smth like this in a loop:
if(array[i] === something) forceDebugMode - to check some values at that time.
Hey, is there a way to force debug mode at given point? Id like to do smth like this in a loop:
if(array[i] === something) forceDebugMode - to check some values at that time.