Debugging ========= Add-In still running the old version ------------------------------------ Usually when a update is being pushed to the cloud, since outlook implements a caching system it might take awhile for our add-in to be updated in your outlook system. You can manually clear the cache for the update to the latest updates. For Outlook Desktop App ^^^^^^^^^^^^^^^^^^^^^^^ 1. Search and open Command Prompt on you Desktop 2. Run the follow code in your command prompt and it will open outlook in debugger mode. .. code-block:: bash olk.exe --devtools 3. Nagivate to the Network tab in DevTools checked "Disable cache" .. image:: ./images/Debug.png 4. The Add-In should be running the latest version. For Outlook On the Web ^^^^^^^^^^^^^^^^^^^^^^^ 1. Nagivate to the outlook on the web pages. 2. Turn on developer tools with F12 (Mac: Cmd+Opt+I) 3. Nagivate to the Network tab in DevTools checked "Disable cache" .. image:: ./images/DevModeF12.png .. image:: ./images/WebCache.png 4. The Add-In should be running the latest version.