admin管理员组文章数量:1317906
I am trying to figure out why this atom package / misbehaves. Its author said I should set a breakpoint in some function of the package to see what's going on there. I have no idea how to do that while running atom.
Here is the ment I am talking about:
I am trying to figure out why this atom package https://github./AtomLinter/linter-elixirc/ misbehaves. Its author said I should set a breakpoint in some function of the package to see what's going on there. I have no idea how to do that while running atom.
Here is the ment I am talking about: https://github./AtomLinter/linter-elixirc/issues/63#issuement-214916262
Share Improve this question asked May 1, 2016 at 7:40 CrabManCrabMan 1,75822 silver badges39 bronze badges1 Answer
Reset to default 6When you're in Atom, hitting Ctrl+Alt+I
(or View -> Developer -> Toggle Developer Tools) will open developer tools. If you know Chrome dev tools, it looks the same. Then just navigate to sources, find your package and set breakpoints. From menu go to view -> Developer -> reload window (or Alt + Ctrl + R
) to re-run, so program can hit those breakpoints.
本文标签: javascriptHow do I set a breakpoint inside of atom39s packageStack Overflow
版权声明:本文标题:javascript - How do I set a breakpoint inside of atom's package? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742031678a2416557.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论