The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for KubeCon + CloudNativeCon North America 2022 - Detroit, MI + Virtual and add this Co-Located event to your registration to participate in these sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.
Please note: This schedule is automatically displayed in Eastern Daylight Time (EDT), UTC -4. To see the schedule in your preferred timezone, please select from the drop-down menu to the right, above "Filter by Date."
Explain some tricks we used to get debug information about a running app, how the call stack and the variable values are retrieved from the runtime when it’s paused on the debugger. This talk helps people to understand how C# debugger works over the Chrome DevTools Protocol, and what was implemented recently to be able to debug also on Firefox. Encourage people to implement support to any other browser that they want. Hopefully debugging a multithreaded runtime will be working at the time of the talk, so we can discuss how to debug in a multithreaded environment, what are the challenges, and what were the changes to make it possible.