ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,986 results

CppNow
C++Now 2018: Anastasia Kazakova “Debug C++ Without Running”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

40:16
C++Now 2018: Anastasia Kazakova “Debug C++ Without Running”

1,610 views

7 years ago

Queso Fuego
Debugging Program Loading | 32 bit OS Dev (in C)

Fixing loading and running programs (".bin" files), and fixing graphics modes with bits per pixel values less than 32bpp. I'd like to ...

58:49
Debugging Program Loading | 32 bit OS Dev (in C)

439 views

2 years ago

LinuxConfAu 2018 - Sydney, Australia
You Can't Unit Test C, Right?

Benno Rice http://lca2018.linux.org.au/schedule/presentation/114/ Testing is a wonderful thing. Code with good tests is so much ...

23:09
You Can't Unit Test C, Right?

57,285 views

7 years ago

CppNow
C++Now 2018: Michael Spencer “How Compilers Reason About Exceptions”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:31:29
C++Now 2018: Michael Spencer “How Compilers Reason About Exceptions”

2,261 views

7 years ago

HiRSE
HiRSE-Summer of Testing Part 2a: "Testing with C++" by Georg Hammerl

Testing your research software is an important step in the software development life cycle and should come before deployment ...

29:03
HiRSE-Summer of Testing Part 2a: "Testing with C++" by Georg Hammerl

164 views

2 years ago

NERSC
Day 2  Performance Tools, Debugging Tools, and Best Practices

Part of the New User Training and Updated Best Practices on Perlmutter: February 15-16, 2024 Please see ...

32:23
Day 2 Performance Tools, Debugging Tools, and Best Practices

94 views

1 year ago

Queso Fuego
Debugging Open() & Print Dir | 32 Bit OS Dev (in C)

Debugging the open() syscall, printing dir entries, and fixing datetime. We can technically make files now! :D OS Dev playlist: ...

1:34:57
Debugging Open() & Print Dir | 32 Bit OS Dev (in C)

279 views

2 years ago

DevConf
Debugging memory issues with Valgrind and GDB - DevConf.CZ 2023

Speaker(s): Alexandra Petlanova Hajkova Buffer overflows, memory leaks, and similar memory issues plague many C and C++ ...

24:42
Debugging memory issues with Valgrind and GDB - DevConf.CZ 2023

624 views

2 years ago

CppNow
C++Now 2018: Marshall Clow “Making Your Library More Reliable with Fuzzing”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

48:40
C++Now 2018: Marshall Clow “Making Your Library More Reliable with Fuzzing”

1,875 views

7 years ago

CppNow
C++Now 2018: Rong Lu “C++ Development with Visual Studio Code”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:33:27
C++Now 2018: Rong Lu “C++ Development with Visual Studio Code”

107,905 views

7 years ago

NUS Hackers
Hacker Tools AY 20/21 S 1: CLI debugging and profiling

20 October 2020 Come learn how to debug and profile various things on Linux, all from the command line. We'll look at how to ...

2:17:03
Hacker Tools AY 20/21 S 1: CLI debugging and profiling

160 views

5 years ago

The Linux Foundation
Debugging USB Type-C Power Delivery: Beauty and the Beast - Marcel Ziswiler, Codethink Ltd.

Don't miss out! Join us at the next Open Source Summit in Hyderabad, India (August 5); Amsterdam, Netherland (August 25-29); ...

42:59
Debugging USB Type-C Power Delivery: Beauty and the Beast - Marcel Ziswiler, Codethink Ltd.

95 views

6 months ago

Vicente Adolfo Bolea Sánchez
5) Debugging like a pro

In this session I discuss about GDB usage and other debugging tools: - GDB basics - GDB frame - GDB visual mode - GDB ...

47:13
5) Debugging like a pro

198 views

8 years ago

CppNow
C++Now 2019: Tara Raj “C++ Development with Visual Studio Code”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

58:21
C++Now 2019: Tara Raj “C++ Development with Visual Studio Code”

12,665 views

6 years ago

Queso Fuego
16 Bit Real Mode Example with C/Inline Asm

With inline assembly and linker scripts. Showing a basic boot sector/2nd stage/"kernel" flat binary example to print a string.

41:56
16 Bit Real Mode Example with C/Inline Asm

1,696 views

1 year ago

MUCplusplus
[MUC++] Bob Steagall - Debugging Techniques

Finding and correcting defects in our code (i.e., bugs) is often a time-consuming, tedious, and challenging task. As the size and ...

1:41:40
[MUC++] Bob Steagall - Debugging Techniques

413 views

4 years ago

Peter
Easier debugging with System.Diagnostics.Debug

In this video, I'm going to demonstrate the usage of System.Diagnostics.Debug class in C#. NOTE: I looked it up and the Debug.

32:15
Easier debugging with System.Diagnostics.Debug

1,876 views

4 years ago

MUCplusplus
[MUC++] Greg Law - An introduction to time travel debugging

Developers spend far too much time figuring out what code actually does – either to understand other people's code or to find and ...

1:05:05
[MUC++] Greg Law - An introduction to time travel debugging

150 views

3 years ago

The Linux Foundation
Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK

Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK This talk will cover the tips and techniques to write ...

52:39
Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK

40,101 views

8 years ago

Queso Fuego
Fixing Warnings & Compile Errors | 32 Bit OS Dev (in C)

Fixing compile issues and booting for gcc and clang, and fixing warnings from -Wall & -Wextra. Mainly to get back into this project, ...

1:20:23
Fixing Warnings & Compile Errors | 32 Bit OS Dev (in C)

641 views

3 years ago