c# - System.Diagnostics.Debug.WriteLine being stepped over -
i using visual studio 2013 in asp.net mvc/c# project.
i outputting output window using
system.diagnostics.debug.writeline
but reason vs has stopped running line. executing in debug mode. if step through code debugger jump on line.
is controlled setting. have searched web nothing obvious jump out
go project settings , see if there check mark in front of define debug constant
. it's not there, although should default.
if debug
constant not defined - method referring removed compiler. that's why debugger acts code not there.
Comments
Post a Comment