[Vuejs]-Accessing object variables in Chrome debugger (VueJS debugging)

0👍

I have found a workaround for Vue, which is to place a breakpoint in the Watch section, using a button in the UI. In this breakpoint, a Watch in Chrome debugger has access to ‘this’ variables. Fellow dev’s have told me that this is a common issue they deal with all the time. When I get more understanding on the conditions that affect this scope access problem, I’ll add it.

Leave a comment