Note
Please check the Known Issues and Possible Solution page first!
Please report issues in THIS repository when:
- The issue is related to LoongArch64 architecture
- Specific behavior or errors occur only on LoongArch64 platforms
- Build, installation, or packaging problems with this port
- Feature requests specific to LoongArch64
Please report issues in the OFFICIAL REPOSITORY when:
- The issue occurs across all architectures
- Related to core Python debugging functionality (not architecture-specific)
- General feature problems that also appear in official versions
- Issues related to VSCode core debugging features
| Issue Type | Report Location | Reason |
|---|---|---|
| LoongArch64 build failure | ✅ THIS REPOSITORY | Architecture-specific |
| Runtime crash on LoongArch64 | ✅ THIS REPOSITORY | Platform-specific |
| Debugger connection failure (LA64 only) | ✅ THIS REPOSITORY | Architecture-related network/compatibility |
| General Python debugging issue | Core functionality | |
| VSCode UI related issues | Editor integration | |
| Uncertain about issue origin | 🔍 START HERE | We can help diagnose |
Required Information:
- Complete error messages and stack traces
- Your LoongArch64 system information (OS, kernel version)
- Python version and architecture being used
- Specific commit hash of this port
Useful Diagnostic Information:
# System information
uname -a
python -c "import sys; print(f'Python {sys.version} on {sys.platform}')"
# Debug information
export DEBUG="*" # Enable verbose loggingThis is a community-maintained port:
- This project is NOT officially supported and is maintained by the community
- Response times may not be as prompt as the official version
- Some advanced features may have limitations on LoongArch64
Issue Triage Process:
- First check existing issues of official repo and of this repo for similar problems
- Provide detailed reproduction steps and environment information
- If the issue likely belongs upstream, we will assist in reporting it
Moreover, for help and questions about using the official project, please see the python+visual-studio-code labels on Stack Overflow or the #vscode channel on the microsoft-python server on Discord.
- Official VSCode Python Debugger Repository
- Python debugging in VS Code
- Build Guide for LoongArch64
- Debugpy Repository
To help us quickly identify the issue:
- Test with minimal setup - Try reproducing with basic configuration
- Check debug logs - Enable debug mode and include relevant log sections
- Compare with x86_64 - If possible, test if the same issue occurs on x86_64
- Provide reproduction steps - Clear steps to reproduce the problem
We're particularly interested in:
- Memory alignment problems
- Endianness-related issues
- Instruction set compatibility
- Library binding problems
- Performance characteristics on LA64
Thank you for helping improve the LoongArch64 port! 🚀