Visual Studio Keyboard Shortcuts that Speed Up Debugging Applications | Mosh

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 30

  • @mmushtaq908
    @mmushtaq908 7 ปีที่แล้ว +4

    It is more time consuming to remove Breakpoints one by one by pressing F9. You can delete all breakpoints with a single keyboard shortcut Ctrl+Shift+F9 or typing Debug.DeleteAllBreakpoints in command window or using menu Debug > Delete All Breakpoints. If you don't want to remove them then you can disable them by typing Debug.DisableAllBreakpoints in command window or using menu Debug > Disable All Breakpoints (This options will be available if you have set any breakpoint in your code).

  • @matthijsdalhuijsen9724
    @matthijsdalhuijsen9724 8 ปีที่แล้ว +18

    um, you can very easily go "backwards in time" or rerun a statement you already passed: you can drag the little yellow arrow up and down and resume/redo the execution.. so F10, inspect, drag up, F11, no need to stop execution.

    • @noahcorona8989
      @noahcorona8989 7 ปีที่แล้ว +1

      This is super handy, but I think he left it out on purpose, because mouse use is discouraged.

    • @hamoudy41
      @hamoudy41 4 ปีที่แล้ว

      I think because he doesn't like using the mouse.

  • @saebb.4352
    @saebb.4352 5 ปีที่แล้ว +4

    3:55 sure you can go back by dragging the yellow arrow with your mouse. oftentimes very helpful and saves u lot of time

  • @virnigbrendan4286
    @virnigbrendan4286 9 ปีที่แล้ว +2

    Great video to show developers how to save time. Would recommend for any Dev because you may have over looked some time saving steps.

  • @iluilli
    @iluilli 9 ปีที่แล้ว +2

    Hey man you are the best. I finally found someone I can actually understand. I am having some trouble to understand Classes and Methods, It would be awesome if you could explain in your next video. Thanks a lot for this video.

  • @ovide115
    @ovide115 9 ปีที่แล้ว +4

    You can go back while debugging.
    Drag the yellow arrow up... :)
    I do really like your channel and clear explanations.

    • @tommessig2060
      @tommessig2060 9 ปีที่แล้ว

      +David Bijttebier or right click the line and "set next statement."

  • @ttma1046
    @ttma1046 8 ปีที่แล้ว +8

    You missed "Dragging Yellow Arrow FTW!".

  • @CarrotCakeMake
    @CarrotCakeMake 5 ปีที่แล้ว +2

    Is there a video where you talk about moving the cursor around without using the mouse?

  • @devondecenzo2658
    @devondecenzo2658 8 ปีที่แล้ว +1

    please put more key bindings in one full video please :)

  • @itsm3dud39
    @itsm3dud39 4 ปีที่แล้ว

    (Cntr+k s) is for visual studio save short cut

  • @ctbram0627
    @ctbram0627 9 ปีที่แล้ว

    I am running vs 2013 ultimate and f9 is not toggling a breakpoint. Maybe you could show us where the keybindings are set, how to see what they are set too and how to reset them to default and customize them?

  • @vyshakhj20
    @vyshakhj20 7 ปีที่แล้ว +1

    "You can't go back and step into the add method" - WRONG! How about you drag the arrow at the left and place it a line above the "Console.WriteLine" method and then press F11 to step into the method? I'm surprised you did not know that.

  • @Mrmstk2024
    @Mrmstk2024 5 ปีที่แล้ว

    I choose a breakpoint and run the debugger. The problem is that when the debugging starts the breakpoint turns hollow gray and does not work. I don't know what is the problem.
    PS: I am using VSCODE 1.39.2 and python extension.

  • @zahid_9217
    @zahid_9217 ปีที่แล้ว

    Thank you sir

  • @shubhamgoswami3722
    @shubhamgoswami3722 6 ปีที่แล้ว

    I wanna ask u something that ist it possible to write a code in c++ to acces the internet searching ....i.e linking the program to internet searching ....how ??

  • @KhalidAfridi1
    @KhalidAfridi1 3 ปีที่แล้ว

    Thank you thumbs up👍

  • @danielakachi3666
    @danielakachi3666 6 ปีที่แล้ว

    Thanks Mosh

  • @lixin5169
    @lixin5169 5 ปีที่แล้ว

    intros for shortcuts: F5, Ctrl+F5, F9, F10, F11...

  • @pavanmudhole2065
    @pavanmudhole2065 4 ปีที่แล้ว

    I thought you show shortcut keys to navigation in to propeties of control and other stuff

  • @happytesting9886
    @happytesting9886 7 ปีที่แล้ว

    good one

  • @nikolaymoriakov8539
    @nikolaymoriakov8539 9 ปีที่แล้ว

    thank you very much

  • @ZphykTESHD
    @ZphykTESHD 8 ปีที่แล้ว

    v crisp audio fam

  • @ismail.dalhatu
    @ismail.dalhatu 3 ปีที่แล้ว

    Does mosh sounds like a robot 🤖 here ??? 😳😳😳😳😳😳

  • @nfjb3
    @nfjb3 6 ปีที่แล้ว

    great!!

  • @oyebamijimicheal8372
    @oyebamijimicheal8372 22 วันที่ผ่านมา

    I come from the future
    2024 😄

  • @ayanarif1
    @ayanarif1 7 ปีที่แล้ว

    thank you very much