Debugger - ItsDeltin/Overwatch-Script-To-Workshop GitHub Wiki
Overwatch Script To Workshop can show variables and class structures using the debugging feature.
The advantages of using this over the workshop's inspector is:
- Multidimensional arrays will correctly be displayed.
- Class structures can be displayed.
To start debugging, open an OSTW script then open the run tab. Click the create a launch.json file
button.
This will create a launch configuration for debugging OSTW scripts. Press F5 at any time to start debugging.
In Overwatch, open the inspector and click the copy to clipboard current variables for current variable target as workshop actions
button.
This will show the variables in vscode's Variables section in the run tab.