Parse a URL query string (with or without leading ?) for a debug param.
?
debug
?debug=hitboxes
{ hitboxes: true }
?debug=bounds,origins
{ bounds: true, origins: true }
?debug=all
null
Parse a URL query string (with or without leading
?) for adebugparam.?debug=hitboxes→{ hitboxes: true }?debug=bounds,origins→{ bounds: true, origins: true }?debug=all→ every feature enablednull