-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging Guide
AstronDaniel edited this page Dec 21, 2025
·
1 revision
Troubleshooting Development Issues
Tools and tips for identifying and fixing bugs.
-
Logs: Check
uvicornconsole output. -
PDB: Use Python Debugger (
import pdb; pdb.set_trace()) for breakpoints. -
FastAPI Docs: Use Swagger UI at
/docsto test endpoints manually.
- React DevTools: Inspect component hierarchy and state.
- Network Tab: Monitor API requests and responses in browser dev tools.
- Console: Check for JavaScript errors and warnings.
| Quick Links | Community |
|---|---|
| β’ Getting Started β’ Contributing β’ Support β’ FAQ |
β’ GitHub Repository β’ Code of Conduct β’ Feature Requests β’ License |
Β© 2025 CampusVault Project. Licensed under the MIT License.
Built with β€οΈ by the open source community.
π Home
π User Documentation
βοΈ Developer Docs
π Project Info
π₯ Community
- π Wiki Guidelines
- π External Resources