HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zentara_code

no profile record

Submissions

Show HN: A Code Agent that can do runtime debugging by walking the call stack

github.com
1 points·by zentara_code·geçen yıl·2 comments

[untitled]

1 points·by zentara_code·geçen yıl·0 comments

comments

zentara_code
·geçen yıl·discuss
Yes, runtime debugging helps to solve a lot of bugs. I was so annoyed with buggy codes generated by AI so at the end I actually developed something not sure similar to your or not:both AI coder and AI debugger two-in-one, a fork of Roo-Code. So it (Zentara-Code) can code and debug it code at the same time in runtime. It automatically set breakpoints, do stack tracing, inspect stack frame variables. As it leverages Debug Adapter Protocol (DAP), it works for any language in VSCode. https://github.com/Zentar-Ai/Zentara-Code
zentara_code
·geçen yıl·discuss
Thank you for the review. I see that currently code assistants do not have access to a lot of tools that a normal software developer has during software development life cycle. Once we enable it, code assistants would be much more smarter. Debugger is one of the tools that code assistants need.
zentara_code
·geçen yıl·discuss
Would it double your codebase? Do you think it would work for a large codebase?
zentara_code
·geçen yıl·discuss
Any new features comparing with existing ones?