forked from qt-creator/qt-creator
		
	debugger: Rework watch model.
It's now properly using canFetchMore/fetchMore. cdb is not yet ported.
This commit is contained in:
		@@ -64,7 +64,7 @@ public:
 | 
			
		||||
    virtual bool startDebugger(const QSharedPointer<DebuggerStartParameters> &startParameters);
 | 
			
		||||
    virtual void exitDebugger();
 | 
			
		||||
    virtual void detachDebugger();
 | 
			
		||||
    virtual void updateWatchModel();
 | 
			
		||||
    virtual void updateWatchData(const WatchData &data);
 | 
			
		||||
 | 
			
		||||
    virtual void stepExec();
 | 
			
		||||
    virtual void stepOutExec();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user