Hello everyone,
I'm seeking assistance with debugging in DW10, as I'm encountering some challenges that were not present in DW9. Here's a summary of the situation, as explained by a colleague:
In DW9, I could set up a local environment, which allowed me to place breakpoints and see the data in various classes in real-time. This was incredibly helpful for both identifying the necessary data and troubleshooting issues.
However, in DW10, I'm essentially working "blind." While I can use Visual Studio to look up class properties through IntelliSense or directly in the codebase, many of these properties are dynamically built using key-value pairs. This makes it difficult to determine where to extract the desired data and what it will look like.
In DW9, I had the ability to search for keywords within the available data during debugging, which made it easier to quickly find and extract what I needed (for example, if I needed a color property, searching for a specific color like 'red' would show me exactly where and how to access it).
Does anyone have experience or tips on effectively debugging in DW10? Any advice on how to navigate this setup would be greatly appreciated!
Thank you!