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

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -