What does green debugger pointer mean in VS Code?

房东的猫 提交于 2020-05-26 12:05:34

问题


As compared to a normal yellow position pointer during a debug session, what does the green arrow mean?


回答1:


I think it's when Javascript is hoisting variables.

I learnt it from this Udemy course ( you can preview the video).

https://www.udemy.com/course/understand-javascript/

The Execution Context - Creation and Hoisting



来源:https://stackoverflow.com/questions/51940362/what-does-green-debugger-pointer-mean-in-vs-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!