Welcome to the
WalkMe Help Center
Please log in to continue
Select your data center
Please log in to continue
DevTools is turned off by default in WalkMe Editor version 4.16.2 and later. This article covers two ways to turn it on: for the current session and permanently.



WalkMe.exe --dev-tools

open /Applications/WalkMe.app --args --dev-tools
If the WalkMe app isn't under Applications, update the path accordingly.
Turning on DevTools this way keeps it accessible every time you open the Walkme Editor.

Create a file named settings.json and add the following content (case-sensitive):
{
"devTools": true
}
Save it in the WalkMe folder you created in step 2.
In order to deactivate the feature, you can do one of the following: