forked from qt-creator/qt-creator
		
	Debugger: Add size to watch data.
Have CDB report it, pass it on to adding watches.
This commit is contained in:
		@@ -220,6 +220,7 @@ enum ModelRoles
 | 
			
		||||
    LocalsTypeFormatRole,   // Used to communicate alternative formats to the view
 | 
			
		||||
    LocalsIndividualFormatRole,
 | 
			
		||||
    LocalsAddressRole,      // Memory address of variable as quint64
 | 
			
		||||
    LocalsSizeRole,         // Size of variable as quint
 | 
			
		||||
    LocalsRawValueRole,     // Unformatted value as string
 | 
			
		||||
    LocalsPointerValueRole, // Pointer value (address) as quint64
 | 
			
		||||
    LocalsIsWatchpointAtAddressRole,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user