For example the variable mergedArray
below.
My issue is that variables are often impossible to inspect even when defined within the current function.
I found other questions that ask something similar, but the answer in those questions relates to the variable being defined in a higher scope.
This issue is technically in Electron - but it uses what is essentially Chrome DevTools.
mergedArray
in your console which would be the global scope, no the same scope as the inline function. – Ungavaconsole.log()
the variable from within my code? Seems pretty nuts and entirely inconsistent in when this is an issue and when it's not. – Artis