A tool built for debugging Garry's Mod's DHTML panels.
If you are looking for Awesomium support, see awesomium branch.
- Start
DevTools.exebefore starting Garry's Mod. - Start Garry's Mod
- Find the view you want to inspect in the list and click it to open the DevTools
- Start debugging!
Latest version can be downloaded here.
To build it, you will need Visual Studio 2022, Node.JS.
Make sure you've installed C++ Desktop Development and .NET Desktop Development workload for your Visual Studio.
This DevTools is built with C++ 17 and .NET 8.0, also make sure you've installed the corresponding components.
We recommend that you should install Yarn package manager for your Node, but this is optional.
- Install frontend dependencies by executing
yarn installornpm installcommand insideDevToolsFrontenddirectory. - Open the solution file with Visual Studio
- Build solution
All build artifacts can be found inside build folder.