When i try to make static class property or imitate static variable by making variable that will be a function member and part of the object respectively, then i get debugger console message: Uncaught TypeError: Cannot read property 'blabla' of undefined No debugger available, can not send 'variables' Process exited with code 1 So how its possible to fix?
Asked
Active
Viewed 5,430 times
0
-
impossible to answer without seeing code. Something is undefined and you try to reference a property from it. Show your code – epascarello Dec 23 '20 at 14:27
-
Welcome to Stack Overflow. When asking for debugging help, we ask that you condense your code by making a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). This is helpful for people to understand your problem without having to go through the whole code. – fjplaurr Dec 23 '20 at 14:48