asp.net - In Visual Studio 2015 is there a way to debug Javascript using a browser other than Internet Explorer? -
the question in title: today trying new functionalities of vs2015. focused on debugging javascript direclty vs , started put breakpoints in angular code.
if start debugging firefox (the same happen chrome) become empty circles , if move mouse on message symbols not loaded. way found debugging work using internet explorer.
is there way bind firefox (or chrome) process allow debugging?
i know can in chrome should possible in other browsers if support remote debugging. here how in chrome. in toolbar, click button dropdown of browsers debug , click "browse with...". click "add...", set program wherever chrome on machine , set arguments --remote-debugging-port=9222
. can set incognito have ignore cache not required.
important! chrome cannot started before, chrome needs start fresh visual studio otherwise debugging won't work.
after goto "debug" -> "attach process..." -> select chrome instance title of project or similar , click attach.
if works can debug javascript in visual studio , use chrome features well.
Comments
Post a Comment