Skip to content

Commit 0356f96

Browse files
committed
docs(readme): add toast notification configuration section
Update README to document the new notification style options and add a Configuration section explaining how to access the settings.
1 parent 40b03e1 commit 0356f96

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,22 @@ A Visual Studio extension that monitors debugging events and displays a notifica
55
## ✨ Features
66

77
- 🎯 **Smart Detection** - Notifies on breakpoint hits
8-
- 💬 **Instant Notification** - Displays a message box that brings Visual Studio back into focus
8+
- 💬 **Flexible Notifications** - Choose between Windows toast notifications, classic message box, or both!
9+
- ⚙️ **Configurable** - Customize your notification style via Tools > Options
910
- 🖥️ **Multi-Architecture** - Supports both x64 and ARM64 systems
1011
- 🚀 **VS 2022 & 2026** - Compatible with Visual Studio 2022 and Visual Studio 2026
1112

13+
## 🔧 Configuration
14+
15+
Configure your preferred notification style:
16+
17+
1. Go to **Tools** > **Options**
18+
2. Navigate to **Breakpoint Notifier** > **General**
19+
3. Select your **Notification Style**:
20+
- 🔔 **Toast** (default) - Non-intrusive Windows toast notification
21+
- 📦 **MessageBox** - Classic message box that steals focus
22+
- 🔔📦 **Both** - Get both notifications at once
23+
1224
## 📊 Status
1325

1426
| | |

0 commit comments

Comments
 (0)