forked from qt-creator/qt-creator
		
	debugger: add widget watchers by mouse click in the debugged application.
The option is hidden in the context menu. Currently the application must be stopped.
This commit is contained in:
		@@ -318,6 +318,8 @@ public slots:
 | 
			
		||||
    void executeDebuggerCommand();
 | 
			
		||||
    void executeDebuggerCommand(const QString &command);
 | 
			
		||||
 | 
			
		||||
    void watchPoint();
 | 
			
		||||
 | 
			
		||||
    void showStatusMessage(const QString &msg, int timeout = -1); // -1 forever
 | 
			
		||||
 | 
			
		||||
private slots:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user