c# - Can I add some comment while debugging my application? -


is there way in visual studio add comment code while executing debugging?

if try visual studio tells me changes not allowed.

searching on google found many people ask feature can't find real solution insert comment code (only bookmarks).

is impossible or there way accomplish operation?

i know in java (using eclipse) can , comfortable

if have enabled edit , continue (e&c), should able edit code while program in break mode, e.g. you've hit break point. should enabled default, if reason isn't, can read how enable e&c here. 64-bit applications, support e&c added .net 4.5.1.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -