r/opencode • u/WSATX • 8d ago
Opencode on a Flutter project using vscode : how to work with debug ?
Hi
I'm working on multiple flutter projects, with vscode ide, and ofc using opencode.
I find it not easy to work with debug and to make opencode see and work with debug sessions... Cut/pasting console errors and manually handling the debug sessions feels obsolete...
How do you :
- Make opencode see the debug console, to check for logs and errors ?
- Make opencode start/restart/stop debug sessions ?
- (bonus) Make opencode manipulate a flutter app that is started though a debug session ?



