Kononov Space
  • Main
  • Articles
  • Tech Recipes
  • About me
  • Contacts
  • Conferences
  • About Project
Subscribe

debug

A collection of 1 post
[RECIPE]: Callstack in Javascript
javascript

[RECIPE]: Callstack in Javascript

When debugging legacy javascript code you might need to know who called this function. The simple solution for it - using Error Object, which has stack information. console.log(new Error('Stack Trace').stack)
Feb 6, 2020 1 min read
Kononov Space © 2023
Powered by Ghost