Is it possible to set a breakpoint as shown below (an asterisk represents a breakpoint)?
var x = ifThis ?
* This() :
That() ;
The environment is C # and Visual Studio 2015.
(I just told a colleague that I was possible, but seems to have fixed it)
source
share