Copy value of watch variable in visual studio without escape characters

后端 未结 3 1842
太阳男子
太阳男子 2020-12-13 13:05

Ok, this one has been driving me bonkers for ages and VS 2010 hasn\'t improved this. Say I have a variable like so

string szSql = 
@\"SELECT 
     Foo, Bar
F         


        
3条回答
  •  -上瘾入骨i
    2020-12-13 13:20

    Use the "text visualizer" popup on the value and copy it to the clipboard from there. It will be unescaped.

提交回复
热议问题