microsoftfeedback / WinDbg-Feedback

Public issue and feedback tracking for WinDbg Preview.
Creative Commons Attribution 4.0 International
47 stars 12 forks source link

Provide an AI Copilot assistant for ChatGPT #148

Open simonferquel opened 9 months ago

simonferquel commented 9 months ago

Lots of developers out there use WinDBG only occasionally and don't build the muscle memory to remember all the commands and tools that they need (and rely on lots of google browsing to find out how to achieve some tasks).

It would be nice to have an optional conversational AI helping in the debugging process (e.g. prompting things like: "set a breakpoint on method SomeManagedLooking.MethodName" and the ai would figure that it looks like a managed method name, and give the list of commands to type.

Securitybill commented 9 months ago

I'll second that motion