Skip to content
  • Ulf Hermann's avatar
    Debugger: Re-add quotes to JS strings after editing · eeb0358d
    Ulf Hermann authored
    
    
    The quotes are stripped when the string is presented for editing, so
    they have to be added back when we're done editing.
    
    This is what we already did if we were talking to the inspector rather
    than the V4 debugger.
    
    In order for this to work, JS numbers need to be identified as numbers,
    rather than strings. So, we have to add "number" to the types recognized
    as float.
    
    Change-Id: I2054f4ad36ec1d14fb2dfee3705a80c8ec84d5ac
    Task-number: QTCREATORBUG-19032
    Reviewed-by: default avatarhjk <hjk@qt.io>
    eeb0358d