0

I am using Visual Studio 2015 and TACO Tools and when trying to debug Corodva app in Ripple (or even on VS Android Emulator) I often get empty styles window (though DOM exlorer seems to work ok). Sometimes it happens that step by step debugging works, but DOM Explorer doesn't appear.

Any ideas?

Below is version of my VS

enter image description here

cordova app debugger blank styles field

Dimitry K
  • 2,236
  • 1
  • 28
  • 37

2 Answers2

1

There was a change to the remote debug protocol that broke Visual Studio's DOM explorer implementation. We'll have a fix for this in update 1.

I'm sorry for any inconvenience this has caused you. (Disclosure: I work for Microsoft)

Michael Braude
  • 6,913
  • 1
  • 22
  • 20
0

You can work around this by downgrading to Chrome 43. (Note: I would not use the browser anymore for internet use).

You can install it from here: https://dl.google.com/chrome/win/4ED6DD719811795B/43.0.2357.134_chrome_installer.exe

Before you install it you need to make the following registry changes to keep it from updating (put in a .reg file and import it):

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update] "Update{8A69D345-D564-463C-AFF1-A69D9E530F96}"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Google\Update] "Update{8A69D345-D564-463C-AFF1-A69D9E530F96}"=dword:00000000

Brad L.
  • 1,029
  • 9
  • 9