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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -