• Hi Everyone,
    Trying to debug using debugger. But if I run the function from the right-hand IDE side, it does nothing. While if testDebugger() is called then from the left-hand IDE side, it works. Can I make it working in both cases? Thanks!

    function testDebugger() {debugger;}
    
    testDebugger(); //does nothing
    
About

Avatar for AndreyVS @AndreyVS started