CentBrowser Forum
How to set break on: ->... when get into Google Devtool, to always get set on - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Members Area (https://www.centbrowser.net/en/forumdisplay.php?fid=3)
+--- Forum: General Discuss (https://www.centbrowser.net/en/forumdisplay.php?fid=5)
+--- Thread: How to set break on: ->... when get into Google Devtool, to always get set on (/showthread.php?tid=2702)



How to set break on: ->... when get into Google Devtool, to always get set on - Budi - 03-23-2019

How can we set break on: ->...  when get into Google Devtool, to always get set on for certain URL when it is active, and is left 'as is' (unset) for the rest


RE: How to set break on: ->... when get into Google Devtool, to always get set on - Admini - 03-23-2019

Do you mean breaking when JavaScript access specified URL?


RE: How to set break on: ->... when get into Google Devtool, to always get set on - Budi - 03-24-2019

yes, breaking when an element attribute is being modified.. user will only need preset it up once for a particular URL, then keep getting set on everytime the url is opened.


RE: How to set break on: ->... when get into Google Devtool, to always get set on - Admini - 03-24-2019

You may check this:
http://blittle.github.io/chrome-dev-tools/network/xhr-breakpoints.html


RE: How to set break on: ->... when get into Google Devtool, to always get set on - Budi - 03-25-2019

Thanks a billion!


RE: How to set break on: ->... when get into Google Devtool, to always get set on - Acyesis - 04-13-2019

I saw this in a video of FB2Mate's fanpage.
You can use a app called XHR Breakpoints
XHR Breapoints allow you to break whenever a server request URL contains a particular value. Add an XHR breakpoint within the Sources tab. Click the + icon and enter a value to break on.