Editor DevTools Access

Last Updated May 29, 2026

Brief Overview

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.

Enable for the Current Session

Windows

  1. Search for the WalkMe app. It's usually located at:
    C:\Users\YOUR_USERNAME\AppData\Local\Programs\walkme_editor
  2. Select Open file location
  3. Right-click the icon
  4. Select Open file location
  5. In the application folder, type cmd in the address bar
  6. Press Enter
  7. In the command prompt, type:
    • WalkMe.exe --dev-tools

macOS

  1. Open the Terminal application
  2. Type:
    • open /Applications/WalkMe.app --args --dev-tools

If the WalkMe app isn't under Applications, update the path accordingly.

Enable Permanently

Turning on DevTools this way keeps it accessible every time you open the Walkme Editor.

Note

Close the editor before beginning.

Windows

  1. Go to This PC, then open Drive C
  2. Create a new folder called WalkMe
  3. Download the settings file and save it in the WalkMe folder
  4. Open the WalkMe Editor
  5. Open DevTools
    • Shortcut: Ctrl + F12

macOS

  1. Go to Macintosh HD, then Users, then your username folder
  2. Create a new folder called WalkMe
  3. Download the settings file and save it in the WalkMe folder
  4. Open the WalkMe Editor
  5. Open DevTools
    • Shortcut: Cmd + F12

Can't Download the Settings File?

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.

Remove the Feature

In order to deactivate the feature, you can do one of the following:

  • Delete the file
  • Change the value to false
  • Remove the attribute altogether

Was this article helpful?

Thanks for your feedback!

Be part of something bigger.

Engage with peers, ask questions, share ideas

Ask the Community
×