Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

Chrome Browser and Debugger

How do I run an aspx page in debugger to see if JQuery/JavaScripts are auto running every nn seconds in Chrome Browser
Avatar of lenamtl
lenamtl
Flag of Canada image

Hi,

you can use
console.log(obj1 [, obj2, ..., objN]); 

Open in new window

https://developer.mozilla.org/en-US/docs/Web/API/Console/log
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Larry Brister

ASKER

Very sorry for the late get back.  Was out of country
No worries :) I was away for a week as well. Glad I could help you resolve your query.