forked from qt-creator/qt-creator
		
	Debugger[CDB]: Disable watchers.
As they work only in a very limited way and slow down debugging.
This commit is contained in:
		@@ -130,6 +130,7 @@ enum DebuggerCapabilities
 | 
			
		||||
    BreakOnThrowAndCatchCapability = 0x200,
 | 
			
		||||
    ReturnFromFunctionCapability = 0x400,
 | 
			
		||||
    CreateFullBacktraceCapability = 0x800,
 | 
			
		||||
    AddWatcherCapability = 0x1000
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum LogChannel
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user