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.

enter image description here

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.

enter image description here

if works can debug javascript in visual studio , use chrome features well.

enter image description here


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -