From c7ef8a735b75f85199276c1de8824a87ce8956bc Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Wed, 23 Mar 2022 16:03:38 +0000 Subject: [PATCH] Remove outdated note about Very Sleepy (#5710) --- development/cpp/using_cpp_profilers.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/development/cpp/using_cpp_profilers.rst b/development/cpp/using_cpp_profilers.rst index e13c8b792..fb9397c43 100644 --- a/development/cpp/using_cpp_profilers.rst +++ b/development/cpp/using_cpp_profilers.rst @@ -22,18 +22,6 @@ Recommended profilers These profilers may not be the most powerful or flexible options, but their standalone operation and limited feature set tends to make them easier to use. -.. note:: - - In its latest stable release (0.90 as of writing), VerySleepy will freeze - when loading debug symbols. To solve this, exit VerySleepy then save - `this dbghelpms.dll file `__ - at the root of the VerySleepy installation folder. - This folder is generally located at ``C:\Program Files\Very Sleepy CS``. - - If you are debugging a 32-bit application instead of 64-bit, save - `this dbghelpms.dll file `__ - in the ``32`` folder of the VerySleepy installation folder. - Setting up Godot ----------------