question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debug doesn't work in IE11

See original GitHub issue
args[0].replace(/%[a-zA-Z%]/g, match => {
        if (match === '%%') {
            return;
        }
        index++;
        if (match === '%c') {
            // We only are interested in the *last* %c
            // (the user may have provided their own)
            lastC = index;
        }
    });

The issue from bundle.js pointed to first line of this part of code

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Diokuzcommented, Apr 30, 2019

Even React supports es5 https://reactjs.org/docs/react-dom.html#browser-support

but not debug)

1reaction
Qix-commented, Apr 26, 2019

Yes, please search before opening issues. Debug 4 doesn’t work in ie11 without transpilation, such as with Babel.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugger not working in IE 11 F12 developer tools
Tools > Internet Options > Advanced · Uncheck "Disable script debugging (Internet Explorer)" · Uncheck "Disable script debugging (Other)" · Check " ...
Read more >
Debug JavaScript in Internet Explorer 11 in 7 easy steps
To debug the code, you first need to navigate through your source code in the Developer Tools. You do this in the Debugger...
Read more >
Internet Explorer 11 debugger issues - Microsoft Community
I have IE 11 installed on windows 8.1. It was working fine, but around after last microsoft update(in dec 2017), the debugger starts...
Read more >
Debug doesn't work in IE11 · Issue #701 - GitHub
Node modules folder is usually not transpiled. In order to fix this I had to do the following. Update babel config module: {...
Read more >
Internet Explorer debug tutorial | DebugBar
How to Fix: Internet Explorer 11 debugger not working for Windows 10 [Blank Screen] · Goto Control Panel (Ctrl + Alt + C)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found