- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P2: Important
 - 
    Qt Creator 4.4.0-rc1
 - 
    None
 
- 
        4adfae9d962f817a8322b903d868660b7469bcdd
 
The function prototype of putArrayData() has changed. Searching for putArrayData on http://doc.qt.io/qtcreator/creator-debugging-helpers.html gives three results. Two of them have the wrong format (putArrayData(self, type, address, itemCount) - the type argument is the last).
Solution:
Change all occurrences of putArrayData() into the form:
putArrayData(self, address, itemCount, type)