Can I set breakpoints to all methods in a class at once in Visual Studio?

前端 未结 6 1870
盖世英雄少女心
盖世英雄少女心 2020-12-28 13:06

I have 40-50 methods in a class, I want to add breakpoints to all of them. Can I add breakpoints to all of them at once?

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 13:58

    Click on Debug tab and select "Debug All". Then call the method/controller/function that you want debugging and step through it with debuger (not continue, unless you have breakpoints set).

提交回复
热议问题