So far I’ve made this workflow: I created a command the user can trigger and give the URL of the bug information Claude code reads the bug info Builds and runs my net app using dotnet cli My app exposes a cli utility for running some tests which Claude can run and see the output file to make sure the bug exists It then fixes the code Then builds and runs and tests again to verify Then makes a PR after pushing the code. So far this is working fine. The only thing missing is that Claude is guessing where the issue is. It does not debug and inspect runtime values like a human might. What options do I have to achieve this? Asking agents didn’t give me a solid answer. I use rider for my ide btw but run Claude in PowerShell. For clarification I do not want to debug while claude is running. I want Claude to be able to debug and see values. submitted by /u/ThrowawayNabeel
Originally posted by u/ThrowawayNabeel on r/ClaudeCode
