visual studio 2012 - Is it possible to create TODOs or Comments while in Debug mode -


i flag line of code changing while i'm in debug mode, , associate thoughts it. i've tried adding comments, debugger thinks i'm trying change code, , won't continue until rebuild. word's comment system work too.

i know work around if turned on edit , continue, there reasons why edit , continue not turned on, , it's not needed i'm asking.

i'm guessing there must extension out there meets need.

update: if try add comments while edit , continue turned off, message says, "this source file has changed. no longer matches version of file used build application being debugged". had given when saw message, turns out can ok , move on.

this built visual studio 2012 - no need extension. cursor on offending line of code, go edit > bookmarks > add task list shortcut. within task list, new entry copy of line of code added (you may need select 'shortcuts' in drop down first). can edit content of task item contain thoughts on needs fixing.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -