Merged on code review. One thing to note. As a general rule for future things can we leave out the array to [] conversions in - it causes more merge conflicts than it's worth when trying to merge up 3.x into 4.x - it's something we should probably do after 3.x goes EOL for maintainability (In this specific PR the debug plugin has been entirely rewritten so everything is a conflict anyhow :D hence merging this one)
Merged on code review. One thing to note. As a general rule for future things can we leave out the array to
[]
conversions in - it causes more merge conflicts than it's worth when trying to merge up 3.x into 4.x - it's something we should probably do after 3.x goes EOL for maintainability (In this specific PR the debug plugin has been entirely rewritten so everything is a conflict anyhow :D hence merging this one)Thanks!