DeanB_Develop
DeanB_Develop

Reputation: 2137

Debugger agent is not enabled

I'm debugging a Cordova TypeScript project with Ripple. When I debug (Debug > Android > Ripple), the debug output window does not display debug messages. Instead, I get the following message:
code: -32000 message: Debugger agent is not enabled

enter image description here

I'm not sure if this is a problem with Chrome, Ripple or VS2015.

Windows 8.1, VS2015 RTM.

Upvotes: 9

Views: 9122

Answers (2)

scmbgx
scmbgx

Reputation: 81

In my case, the option of Tools/Options/Debugging/’Enable JavaScript debugging for ASP.NET (Chrome, Edge and IE) was disabled.

Just checked the box, restarted VS and was working.

This post was the helper: Debugging JavaScript/TypeScript Using Visual Studio 2017 and Chrome or Edge

Upvotes: 0

jezmck
jezmck

Reputation: 1148

You may find that what you're actually looking for

Debug > Windows > JavaScript Console

Upvotes: 4

Related Questions