-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一点点小建议 #3
Comments
非常感谢关注这个项目 最后,欢迎一起来完善前端最好用的远程调试工具😄 |
断点还是很重要的, 我也在研究这个问题, 刚好看到你这个项目了, 非常有帮助👍👍👍 |
虽然目前不支持断点调式,但是已具备的能力应该也能覆盖大部分的场景了。也欢迎一起来完善这个调试工具~ |
和chii可以互补,他的几个面板的编辑比较完善,css可编辑,元素鼠标上去有框选范围,你的这个可视化太关键了,要不互相借鉴一下? {"id":3897,"method":"Debugger.setBreakpointByUrl","params":{"lineNumber":6,"url":"http://localhost:8080/remote/debug/example/example.js","columnNumber":0,"condition":""}} 还添加了编辑元素直接生效的方法, setNodeValue(params) {
const { nodeId, value } = params;
// const node = getNode(nodeId)
const node = nodes.getNodeById(nodeId);
node.nodeValue = value;
} |
这个你有实现了嘛? |
awesome project! 我觉得这个项目非常有前途。
有两个小疑问,
1、有 roadmap 吗?看起来目前还在迭代开发中,能否给个 roadmap 呢?这样大家比较清楚大概什么时候自己可以真的把这个项目用在自己的工作中。
2、考虑过 ts 么?你这个项目目测规模也不会特别小,ts 可能读起来会更清晰一些。
最后,加油💪🏻
The text was updated successfully, but these errors were encountered: