We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b682dfc commit 4968cb8Copy full SHA for 4968cb8
2 files changed
README.md
@@ -93,6 +93,17 @@ zs adapts based on directory patterns:
93
- **Learning** (`*/code/learning/*`): Optimized for tutorials and experiments
94
- **Personal** (`*/code/*`): Standard personal project setup
95
96
+## ⚠️ Note on Debugging Support
97
+
98
+Debugging in Zed is still evolving. While `zs` sets up debug configurations:
99
100
+- **Ruby**: Debugging is experimental (requires `debug` gem)
101
+- **Python**: Full support via `debugpy`
102
+- **JavaScript/TypeScript**: Full support
103
+- **Elixir**: Not yet supported in Zed
104
105
+We're actively testing and updating configurations as Zed's debugging capabilities mature.
106
107
## Advanced Usage
108
109
### Force Regeneration
blog-post.md
0 commit comments