Debugging Tips and Tricks Part 2

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 19

  • @NextProgrammer
    @NextProgrammer 5 лет назад +7

    Data breakpoint is really really useful

  • @lixin5169
    @lixin5169 5 лет назад +6

    1 "Search" in the Locals/Watch/Auto window
    2 Data breakpoint to track a value changing
    (PS. you can also put a breakpoint at the setter if it does have one, while if not, the data breakpoint will help a lot)
    3 Step into Specific
    4 $ReturnValue in the watch window

  • @MobilTemp
    @MobilTemp 4 года назад +1

    I love the guy that holds this.

  • @julianocs87
    @julianocs87 5 лет назад +1

    Another great video. MS really should create one single page containing every new feature in each version of VS/.Net framework.

  • @salihkarabilo7005
    @salihkarabilo7005 5 лет назад

    Great tips, I really like"step into specific" and the tricks with the Local and Watch windows.
    Thanks for the really big efforts in this channel.

  • @alexxUKR
    @alexxUKR 5 лет назад

    It was nice 2 parts, some useful hints, thanks a lot for the content. One small note - regarding last week video (part 1). Well, Robert and Leslie are wearing same cloth (no judging here from my side :), laptop stays exactly at the same place as it used to be, the way wire lays over the table, pen ... ). Let's just call it a coffee break instead :) (between those nice 2 parts :) )

  • @ericvenneker
    @ericvenneker 5 лет назад +8

    Please add data breakpoints to full framework!

  • @TheMohsell
    @TheMohsell 5 лет назад +1

    Visual studio is really awesome !

  • @dougcunha
    @dougcunha 5 лет назад

    WOW...That was great! Thanks, guys!

  • @manir3629
    @manir3629 5 лет назад

    Wow I could step in nested function call, I was just wishing for it - thank you!

  • @reneschindhelm4482
    @reneschindhelm4482 5 лет назад +1

    It would be really helpful to be able to bind "Step into Specific" to a keyboard shortcut. When pressed, a dialog with the code paths should open so you can select where to go next. That would be way faster than moving around the mouse, opening the context menu and selecting from there. Unfortunately, there is no bindable keyboard shortcut option in the shortcut settings editor (Visual Studio 2019 v16.1.6). Also, the items could be sorted by name to make it easier to find the right ones.

  • @unboxingexperience
    @unboxingexperience 5 лет назад +2

    You done a great job there

  • @sianrogers
    @sianrogers 5 лет назад

    Great. Thanks.

  • @joseville
    @joseville Месяц назад

    16:40: I'd like to learn more about Edit and Continue because as she said "sometimes it works, sometimes it doesn't" -- so how do we know when it should work?

  • @minik42
    @minik42 5 лет назад

    Do you really need that "Getting Started" tab? 😁

  • @kacper9207
    @kacper9207 5 лет назад

    ✔🥇🥇🥇✔

  • @eclectictraveler9073
    @eclectictraveler9073 4 года назад

    Is there a repo to tinker with this code?

  • @cepi24
    @cepi24 5 лет назад

    please make same debugging series for c/c++

  • @broganjosh4729
    @broganjosh4729 3 года назад

    *****