I am working with Visual Studio on an application that can be customized via JavaScript and would like to be able to debug the JavaScript code.

On the "What's New in Qt 5.7" help page (https://doc.qt.io/qt-5/whatsnew57.html) there are the following lines:
-Enabled all debug services to work with QJSEngine (instead of QQmlEngine), which allows non-QML JavaScript debugging or profiling.
-Added support for debugging multiple QJSEngine instances at the same time.

Here (https://doc.qt.io/qtcreator/creator-debugging-qml.html) it says how to debug with QtCreator. But even after an extensive search I was not able to find any details on how to debug JavaScript code with QJSEngine in Visual Studio. Any help is highly appreciated!