Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 798
DeanB_Develop Avatar asked Aug 04 '15 15:08

DeanB_Develop


1 Answers

You may find that what you're actually looking for

Debug > Windows > JavaScript Console

like image 129
jezmck Avatar answered Sep 22 '22 12:09

jezmck