|
1 | | -# Breakpoint Notifier |
| 1 | +# 🔴 Breakpoint Notifier |
2 | 2 |
|
3 | | -A Visual Studio extension that monitors debugging events, and when a breakpoint is hit, raises a messagebox to the screen. This will (should) cause Visual Studio to pop to the front (perhaps taking over focus) if you were waiting for a breakpoint to get hit during a long running process and decided to bide your time by watching YouTube videos. |
| 3 | +A Visual Studio extension that monitors debugging events and displays a notification when a breakpoint is hit. Perfect for when you're waiting for that breakpoint during a long-running process while catching up on YouTube videos! 🎬 |
4 | 4 |
|
5 | | -## License |
| 5 | +## ✨ Features |
6 | 6 |
|
7 | | -[](https://img.shields.io/github/license/codingwithcalvin/vs-BreakpointNotifier?style=for-the-badge) |
| 7 | +- 🎯 **Smart Detection** - Notifies on breakpoint hits |
| 8 | +- 💬 **Instant Notification** - Displays a message box that brings Visual Studio back into focus |
| 9 | +- 🖥️ **Multi-Architecture** - Supports both x64 and ARM64 systems |
| 10 | +- 🚀 **VS 2022 & 2026** - Compatible with Visual Studio 2022 and Visual Studio 2026 |
8 | 11 |
|
9 | | -## Build Status |
| 12 | +## 📊 Status |
10 | 13 |
|
11 | | - |
| 14 | +| | | |
| 15 | +|---|---| |
| 16 | +| **License** | [](https://img.shields.io/github/license/codingwithcalvin/vs-BreakpointNotifier?style=for-the-badge) | |
| 17 | +| **Build** |  | |
| 18 | +| **Installs** | [](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) | |
| 19 | +| **Downloads** | [](https://img.shields.io/visual-studio-marketplace/d/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) | |
| 20 | +| **Version** | [](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) | |
| 21 | +| **Rating** | [](https://img.shields.io/visual-studio-marketplace/r/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) | |
12 | 22 |
|
13 | | -## Marketplace Status |
| 23 | +## 🤝 Contribute |
14 | 24 |
|
15 | | -[](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) [](https://img.shields.io/visual-studio-marketplace/d/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) |
16 | | -[](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) [](https://img.shields.io/visual-studio-marketplace/r/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) |
17 | | - |
18 | | -## Contribute |
19 | | - |
20 | | -Contributions are welcome! Issues, PRs, etc. While it may seem this extension is "done", who knows what the future may hold for it? |
| 25 | +Contributions are welcome! Issues, PRs, etc. While it may seem this extension is "done", who knows what the future may hold for it? 🔮 |
21 | 26 |
|
22 | 27 | For cloning and building this project yourself, make sure to install the [Extensibility Essentials 2022 extension](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) for Visual Studio which enables some features used by this project. |
0 commit comments