I am developing ionic application with Visual Studio Tools for Apache Cordova. Everything was OK until I updated Tools for Apache Cordova and TypeScript Tools for Visual Studio. After this update Ripple emulator became unstable and get the next error in the Output window.
code:-32000
message:Debugger agent is not enabled
The source map 'angular-sanitize.min.js.map' for file 'mdha:http://code.ionicframework.com/1.0.0-rc.5/js/ionic.bundle.min.js' could not be read from the specified location due to error 'Exception of type 'TypeScriptSourceMapReader.SourceMapReadFailedException' was thrown.'.
I am not using TypeScript in my project and I'm not familiar with it. What can I do for fix it? I guess I can remove my updates.
Could anybody suggest me any other better way?
Thank Michael Braude, he helped me walk over this issue. As he explained, Visual Studio Tools for Apache Cordova uses same port for debugging after update v2.
There are two way to walk over this issue.
debugger;
keyword.