My PyCharm debug tool window isn't available anymore. I was using it without problem yesterday, however after turn the computer on and open the application it has disappeared from the side bar and also from all menus; Even in keymap list it's not present anymore.
I've already reinstalled the application, removing it's files completely, but it come back with the same problem
Any suggestion of what to do to recover it?
In PyCharm, the "Debug" tool window is typically only visible when you are actually running an application in Debug mode within PyCharm.
Set up an execution profile for your application, and then run it in Debug mode, which will enable the debugger. This will bring up the 'Debug' tool window/tab you're looking for.
(There is a similar window/tab for 'Run' as well, but is basically the same except for debug options and tools that only shows up when running the application in non-debug mode as well)