Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

watching return-values in Visual Studio Code

When debugging, is it possible to watch return-values in VSC? and how? I can't find an option to watch auto-variables like Visual Studio has

like image 970
o.z Avatar asked Nov 09 '17 11:11

o.z


1 Answers

Visual Studio Code recently supported this - the returned value can be found under "Local": enter image description here

like image 123
o.z Avatar answered Sep 28 '22 08:09

o.z