8

When debugging JS using chrome development tool, while using step into next function(ctrl + ;). I'm getting into file names like VM****. Is there a way to get rid of this?

5
  • 4
    stackoverflow.com/questions/17367560/… Commented Jul 5, 2016 at 13:43
  • As per above link, this is a duplicate question and should be marked accordingly by someone with that privilege. Commented Jul 5, 2016 at 16:05
  • VM is for 'virtual machine.' It means the Javascript engine had to create the code to run it, either inline in an element event handler or through a call to eval(). Commented Jul 10, 2016 at 2:01
  • 1
    can we blackbox/or simply skip this script while debugging, Is there a way for that? Commented Jul 13, 2016 at 12:22
  • 1
    ended up with this stackoverflow.com/questions/29897750/… Commented Jul 15, 2016 at 11:30

1 Answer 1

0

I know this is a rather old subject, but I had the same issue and noticed if I used an Incognito Chrome instance, the VMXXXX scripts no longer show up during the trace when I did an Event Listener Breakpoint (was debugging click). If this helps anyone.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.