Commit 64999b6
debug: Add comprehensive debugging to analysis workflow
Add extensive debugging output to understand the state after melos bootstrap:
- Check if pubspec_overrides.yaml files are created
- List directory contents and structure
- Show pubspec.yaml contents for each package
- Check .pub-cache and .dart_tool directories
- Run flutter pub deps to see dependency resolution
- Display current working directories
This will help diagnose why dart-package-analyzer is failing
and whether melos is properly creating the override files.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c38f5ea commit 64999b6
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
17 | 42 | | |
18 | 43 | | |
19 | 44 | | |
| |||
0 commit comments