This is one aspect I've arguing strongly in my organization: if LLMs make writing code cheap, there's no excuse for not having first class debugging and review tools. I've a several times by now have requested custom made debugging before merging some feature
i love seeing more tui tools pop up lately. dealing with raw strace output can be a nightmare when ur tryin to debug race conditions in real time, so having a nice visual interface makes a huge diff. have u thought about adding support for filtering by specific syscalls or process ids on the fly
programming-ModTeam@reddit
Content about AI and LLMs are considered off-topic with the sole exclusion of deeply technical content about implementation. See the AI policy.
teerre@reddit
This is one aspect I've arguing strongly in my organization: if LLMs make writing code cheap, there's no excuse for not having first class debugging and review tools. I've a several times by now have requested custom made debugging before merging some feature
Fly_Extreme@reddit
i love seeing more tui tools pop up lately. dealing with raw strace output can be a nightmare when ur tryin to debug race conditions in real time, so having a nice visual interface makes a huge diff. have u thought about adding support for filtering by specific syscalls or process ids on the fly