Windows OS pattern debug doesn't work - WMI query failures in pattern debugger carry over to subsequent WMI query steps, affecting debug usabilityDescriptionYou note that after upgrading to V that debugging Windows servers not in a cluster does not work as almost all the WMI queries have error messagesSteps to Reproduce - Discover standalone Windows server (no cluster)- Note success during runtime, ex: Step 1.27 for Win32_ComputerSystem- Debug same server- Start at step 1.1 and debug to step 1.28, note that Win32_ComputerSystem fails with invalid namespace error from cluster step- Exit debug, re-enter debug at step 1.20, then debug to step 1.28 and note that step 1.27 now works without issueWorkaroundThe workaround for debugging due to this issue is obtuse, but here are the steps:- Enter Debug on the step before your WMI query that will contain necessary data- Step up 1 to the WMI query- Now you can debug through any number of steps that do not contain a query error- If you need use query data in a previous step to use in a later step but there is a query error in between those steps:--- Run 1st working query--- Manually debug up to error query step--- Walk over error query step 1 step at a time--- Now debug up to the 2nd step you need--- Data will be maintained/persistedRelated Problem: PRB1764379