Message 1 of 4
Debug messages with SharpDevelop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'am trying to write simple macros in Revit. Frist I tried some in RevitPythonShell (https://github.com/architecture-building-systems/revitpythonshell). They are working. Now I'am trying to work with something prebuilt in Revit, so I'am trying Macro manager with SharpDevelop (preinstalled). Trying with Python and C#. It seems to work, but I'am missing debug messages. Tried Debug.WriteLine(...) in C#, but the output is nowhere show. How can I produce any debug messages with Revit and SharpDevelop?