【7月更文挑战第13天】
1. `dotnet-dump`: Collects process dumps with `dotnet-dump collect -p <process_id>`.
2. `lldb`: Debugs Mono runtime apps on macOS/Linux.
3. **Visual Studio Code**: Remotely debugs .NET via the C# extension.
4. **JetBrains Rider**: Supports remote debugging of .NET on Linux.