You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddDebugMode("DumpByteCode","Dumps bytecode to a log file in a folder called ByteCodeLogs located in the current working dirrectory.",false);
57
-
AddDebugMode("BindingNotificationCounter","Counts binding notification events (UI wpf binding PropertyChanged, model Notifications PropertyChanged and ObservableCollection CollectionChanged)"+
58
-
" at Dynamo startup and logs them periodically to a notificationCounter.log file in the current working directory",false);
57
+
AddDebugMode("LoadNotificationCounter","Loads the Notification counter assembly and initializes it. The 0Harmony.dll dependency is required.",false);
58
+
AddDebugMode("EnableNotificationCounter","Enables/Disables a notification counter for events (model Notifications PropertyChanged and ObservableCollection CollectionChanged)"+
59
+
" at Dynamo startup and logs them periodically to a notification_counter.log file in the current working directory."+
60
+
"The log format is NumberOfNotifications-IdentifierOfNotifierObject-NumberOfNotifierInstances"+
61
+
"The log file can be deleted at any time (even while Dynamo is running)."+
62
+
"Notification logs will always try to be merged/added back to existing logs in the notifications.log folder."+
63
+
"Deleting the notifications.log basically allow you to do a fresh count of notifications (should wait 5 seconds after deleting to make sure no cached notifications are added)",false);
59
64
AddDebugMode("CrashOnNewNodeModel","Crash when creating a new NodeModel. Works only on Debug builds",false);
0 commit comments