Design-Time Debug

When enabled, Wisej.NET will show the Edge renderer(s) it uses to display each control in the pixel-perfect design view.

You will see one or more small windows that show the renderers managed by the design view. When debugging the client side JavaScript, we recommend setting the Parallel Renderers to 1 - it's much easier to have only one Developer-Tools window open.

Click anywhere on the renderer window and press F12 to open the Developer Tools window.

With the Developer Tools open you can fully debug everything the designer renderer does on the JavaScript side. In Visual Studio you will also see the same debug view displayed in Chrome or Edge when showing the developer tools.

Using this powerful features allows widget developers to debug and test their JavaScript implementation at design time.

Last updated