You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m highly interested in Idea #7. After reviewing the packages/core logic, I see a massive opportunity to move beyond "static" analysis. My goal is to implement a DAP Client within the core that allows the agent to attach to Node/Python runtimes.
My Proposed Approach:
Protocol: Implement a lightweight DAP client to handle stackTrace, scopes, and variables requests.
Automation: When a command fails, the agent will automatically trigger a stackTrace request to identify the failing frame and pull variable states before suggesting a fix.
UI: An interactive "Investigation Mode" using a split-pane view or focused terminal output.
I've already signed the Google CLA and am looking into packages/vscode-ide-companion to see how we can share debugging logic. Looking forward to feedback!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @keith-schaab and team,
I’m highly interested in Idea #7. After reviewing the packages/core logic, I see a massive opportunity to move beyond "static" analysis. My goal is to implement a DAP Client within the core that allows the agent to attach to Node/Python runtimes.
My Proposed Approach:
Protocol: Implement a lightweight DAP client to handle stackTrace, scopes, and variables requests.
Automation: When a command fails, the agent will automatically trigger a stackTrace request to identify the failing frame and pull variable states before suggesting a fix.
UI: An interactive "Investigation Mode" using a split-pane view or focused terminal output.
I've already signed the Google CLA and am looking into packages/vscode-ide-companion to see how we can share debugging logic. Looking forward to feedback!
Beta Was this translation helpful? Give feedback.
All reactions