In the Google Crhome debugger for Javascript, can you Skip some files? Like "Angular.js"

Asked

Viewed 44 times

0

inserir a descrição da imagem aqui

Like, I need to debug with F10 or F11, but before a function to another, it already calls these files, like the image below. You have to mark that I want to jump them?

  • 1

    as you are on the localhost I believe you have access to the source code, if you write there "Debugger;" on the lines you want to stop on, it will stop as if it had a breakpoint

  • In Google-Chrome I can debug;. Only it follows the debug in these settings files, which are not with the code. I want to skip these files.

  • 1

    opa, beauty, got it wrong, already I will answer

1 answer

1


In the upper right corner, next to close there is one more options (3 dots), when clicking on it will appear an option called Settings, as picture: inserir a descrição da imagem aqui

In Settings there is an option called Blackboxing, according to image: inserir a descrição da imagem aqui

Clicking there will be an option called "Add patern", then you put the url in question that you want to ignore, or a regular expression.

  • It worked for the main files. But still open the VM???? (VM93199) For those without . extension have some solution????

  • 1

    based on this answer here I think not, Rebekah, it is something requested for a while by the community https://stackoverflow.com/questions/29897750/is-it-possible-to-blackbox-all-vm-scripts-in-chrome-debugger

Browser other questions tagged

You are not signed in. Login or sign up in order to post.