Hi,
I have a web application written in ES6, transpiled with Babel and packed with Webpack.
The result bundle is loaded in a Winform .Net application using EO.WebBrowser.
I've a problem with variable names during remote debugging, via external Chrome browser (localhost:1234).
The source-mapped variable names are still minified, resulting unreadable in scope/local tab.
The problem seems resolved in Chrome v52 egine:
https://bugs.chromium.org/p/chromium/issues/detail?id=327092 Effectively, if I debug the web application running it directly in the browser (Chrome v52) all works fine.
Instead, hosting it in EO.WebBrowser the problem appears, i think due to the EO.WebBrowser Chrome engine v49.
Any idea, workaround ?
There will be a new EO.WebBrowser version with Chrome v52 embedded ?
Thanks
Alessandro