Dmlx language support (preview)Features:
Code Structure
Attach debugger to serverRemote runtime server must have WebSocket enabled. Windows Server version lower than 2008 don't have WebSocket option. For other version Windows, make sure web socket is installed in Windows Features. If WebSocket can't be enabled on runtime server, setup a WebSocket enabled proxy server. To create a new debug configuration in VSCode, go to Debug and add a configuration "Add Config (workspace)". Doing "Add Config (a folder)" will results in folder .vscode created in those folders. You workspace json file will be like:
If you are using folder launch.json, it will be similar to the "launch" section from above json. Start debuggingLogin to DMLX application, get session id by finding it in browser dev tool log: Copy the session id. Start debugging in VSCode and enter copied session id. Now you can set breakpoint check in memory values. |