Artwork

תוכן מסופק על ידי GOTO. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי GOTO או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !

Building a Debugger • Sy Brand & Tim Misiak

36:12
 
שתפו
 

Manage episode 507297044 series 2896766
תוכן מסופק על ידי GOTO. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי GOTO או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.

This interview was recorded for the GOTO Book Club.
http://gotopia.tech/bookclub

Read the full transcription of the interview here

Sy Brand - Author of "Building a Debugger" and C++ Developer Advocate at Microsoft
Tim Misiak - Systems Engineer at Datadog and Co-Founder of Augmend
RESOURCES
Sy
https://bsky.app/profile/tartanllama.xyz
https://x.com/tartanllama
https://github.com/TartanLLama
https://uk.linkedin.com/in/sy-brand-36520857
https://sybrand.ink
https://blog.tartanllama.xyz

Tim
https://bsky.app/profile/timdbg.com
https://x.com/timmisiak
https://github.com/timmisiak
https://www.linkedin.com/in/tim-misiak
https://www.timdbg.com

Links
https://dwarfstd.org
https://lldb.llvm.org
https://rr-project.org
https://undo.io

DESCRIPTION
Tim Misiak interviews Sy Brand about their book "Building a Debugger". Sy, who has a background in GPU compilers and debuggers, discusses how implementing a debugger offers profound insights into computer systems.
The conversation explores the unexpected complexities of debugging fundamentals like stack unwinding and code stepping. They examine how debugging interfaces have evolved and the challenges posed by backward compatibility and language evolution.
Sy highlights areas for future advancement in debugging, particularly time travel debugging for non-deterministic issues and better tools for debugging optimized code. Throughout the interview, both experts share fascinating technical details that reveal why debugger implementation serves as an excellent path to deeper understanding of operating systems and hardware.
RECOMMENDED BOOKS
Sy Brand • Building a Debugger
Cathy O'Neil • Weapons of Math Destruction

Crossing Borders
Crossing Borders is a podcast by Neema, a cross border payments platform that...

Listen on: Apple Podcasts Spotify

Bluesky
Twitter
Instagram
LinkedIn
Facebook
CHANNEL MEMBERSHIP BONUS
Join this channel to get early access to videos & other perks:
https://www.youtube.com/channel/UCs_tLP3AiwYKwdUHpltJPuA/join

Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted daily!

  continue reading

פרקים

1. Intro (00:00:00)

2. How understanding systems unlocks better software (00:01:29)

3. Rethink debugging: Fixing ptrace, DWARF & adapting to modern languages (00:11:30)

4. [Ad] Crossing Borders (00:15:56)

5. (Cont.) Rethink debugging: Fixing ptrace, DWARF & adapting to modern languages (00:16:34)

6. Stepping through code: Unexpected complexity (00:20:40)

7. The future of debugging (00:31:35)

8. Outro (00:35:29)

248 פרקים

Artwork
iconשתפו
 
Manage episode 507297044 series 2896766
תוכן מסופק על ידי GOTO. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי GOTO או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.

This interview was recorded for the GOTO Book Club.
http://gotopia.tech/bookclub

Read the full transcription of the interview here

Sy Brand - Author of "Building a Debugger" and C++ Developer Advocate at Microsoft
Tim Misiak - Systems Engineer at Datadog and Co-Founder of Augmend
RESOURCES
Sy
https://bsky.app/profile/tartanllama.xyz
https://x.com/tartanllama
https://github.com/TartanLLama
https://uk.linkedin.com/in/sy-brand-36520857
https://sybrand.ink
https://blog.tartanllama.xyz

Tim
https://bsky.app/profile/timdbg.com
https://x.com/timmisiak
https://github.com/timmisiak
https://www.linkedin.com/in/tim-misiak
https://www.timdbg.com

Links
https://dwarfstd.org
https://lldb.llvm.org
https://rr-project.org
https://undo.io

DESCRIPTION
Tim Misiak interviews Sy Brand about their book "Building a Debugger". Sy, who has a background in GPU compilers and debuggers, discusses how implementing a debugger offers profound insights into computer systems.
The conversation explores the unexpected complexities of debugging fundamentals like stack unwinding and code stepping. They examine how debugging interfaces have evolved and the challenges posed by backward compatibility and language evolution.
Sy highlights areas for future advancement in debugging, particularly time travel debugging for non-deterministic issues and better tools for debugging optimized code. Throughout the interview, both experts share fascinating technical details that reveal why debugger implementation serves as an excellent path to deeper understanding of operating systems and hardware.
RECOMMENDED BOOKS
Sy Brand • Building a Debugger
Cathy O'Neil • Weapons of Math Destruction

Crossing Borders
Crossing Borders is a podcast by Neema, a cross border payments platform that...

Listen on: Apple Podcasts Spotify

Bluesky
Twitter
Instagram
LinkedIn
Facebook
CHANNEL MEMBERSHIP BONUS
Join this channel to get early access to videos & other perks:
https://www.youtube.com/channel/UCs_tLP3AiwYKwdUHpltJPuA/join

Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted daily!

  continue reading

פרקים

1. Intro (00:00:00)

2. How understanding systems unlocks better software (00:01:29)

3. Rethink debugging: Fixing ptrace, DWARF & adapting to modern languages (00:11:30)

4. [Ad] Crossing Borders (00:15:56)

5. (Cont.) Rethink debugging: Fixing ptrace, DWARF & adapting to modern languages (00:16:34)

6. Stepping through code: Unexpected complexity (00:20:40)

7. The future of debugging (00:31:35)

8. Outro (00:35:29)

248 פרקים

כל הפרקים

×
 
Loading …

ברוכים הבאים אל Player FM!

Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.

 

מדריך עזר מהיר

האזן לתוכנית הזו בזמן שאתה חוקר
הפעלה