I put a breakpoint and see a call stack in Chrome Dev Tools. Then, I want to change something in the code and see how call stack changes.
I wonder, if it's possible to somehow easily save current call stack as an object or a set of string so that to see the difference between two? It can be done by just making screenshots but seems not the best way, just in case there are no other variants.
Thanks!
I put a breakpoint and see a call stack in Chrome Dev Tools. Then, I want to change something in the code and see how call stack changes.
I wonder, if it's possible to somehow easily save current call stack as an object or a set of string so that to see the difference between two? It can be done by just making screenshots but seems not the best way, just in case there are no other variants.
Thanks!
Share Improve this question asked Sep 8, 2016 at 6:49 Sergei BasharovSergei Basharov 54k78 gold badges207 silver badges352 bronze badges 1- Try right-click on log area in console tag and choose "Save as", you can save the all log as log file. – Tan Le Commented Sep 8, 2016 at 7:01
1 Answer
Reset to default 10You can right click inside the call stack and press the 'copy stack trace' and paste it in any text editor.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742394590a4435686.html
评论列表(0条)