简体   繁体   中英

How to increase call stack in chrome ajax call?

在此处输入图片说明

Is there any way that can I can increase the number of function call, that are shown in the above image?

Right now I am debugging the code and I want to find the origin of the click function, but it is only showing me 9 function call at max and I want to see more.

Try this

 google-chrome --js-flags="--stack-trace-limit 10000"

or

Error.stackTraceLimit = Infinity

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM