ConsoleApp
Popis
ConsoleApp for Autodesk® Revit® is a simple but powerful developer console for intercepting `Console.WriteLine()` output within the Revit environment.
This add-in provides a dockable WPF pane inside Revit. It automatically captures all standard output (`Console.WriteLine`) and standard error (`Console.Error.WriteLine`) streams from any loaded add-in. This allows you to debug your add-ins in real-time without needing to attach a debugger or write to external log files.
Real-time Interception: Automatically captures all `Console.WriteLine()` and `Console.Error.WriteLine()` streams.
Dockable WPF Pane: A clean, modern UI that docks anywhere in your Revit workspace.
Theme Aware: Automatically detects and switches between Revit's Light and Dark themes based on your settings.
Auto-Shortcut: Automatically assigns the `CW` keyboard shortcut on first launch (if available) for quick access.
Built-in Context Menu: Includes "Clear", "Copy", and "Select All" for easy log management.
Note: This app uses a custom installer (and not the standard App Store installer).