Hi,
I've been noticing that hovering over local variables in Google Chrome DevTools (after setting a breakpoint) is not working. In the hover popup, it says the variable is not defined. It has something to do with the variable names of the sourcemaps not being mapped correctly to the variable names in the minified version. This used to work in past versions of SmartGWT and Google Chrome. Do you know how we can fix this?
Screenshot of issue:
Under Scope, you can see that the variable is defined, but under the different name controls_0_g$:
I am using Google Chrome Version 68.0.3440.75 (Official Build) (64-bit), and SmartClient Version: v11.1p_2018-07-19/PowerEdition Deployment (built 2018-07-19)
I've been noticing that hovering over local variables in Google Chrome DevTools (after setting a breakpoint) is not working. In the hover popup, it says the variable is not defined. It has something to do with the variable names of the sourcemaps not being mapped correctly to the variable names in the minified version. This used to work in past versions of SmartGWT and Google Chrome. Do you know how we can fix this?
Screenshot of issue:
Under Scope, you can see that the variable is defined, but under the different name controls_0_g$:
I am using Google Chrome Version 68.0.3440.75 (Official Build) (64-bit), and SmartClient Version: v11.1p_2018-07-19/PowerEdition Deployment (built 2018-07-19)
Comment