breakpoints

  1. Alex Sokolek

    Multi-Threading, Visual Studio, and Breakpoints.

    This is a repost, now that ChatGPT is working again... Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the...
  2. Alex Sokolek

    Multi-threading, Visual Studio, and Breakpoints

    Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the next instruction, the debugger goes back to the original...
  3. News

    Breaking on DOM Mutations in the Microsoft Edge DevTools

    Editor’s note: This continues the series we began last week, highlighting what’s new and improved in the Microsoft Edge DevTools with EdgeHTML 16. As the web platform evolves, the line between web and application developers continues to blur. It’s common now for a web site to be more like a web...
  4. News

    Building in 10k: CSS Structure and Sandboxing

    Editor’s note: This is the fourth in a series of posts from the team that built the 10k Apart contest site, exploring the process of building for interoperability, accessibility, and progressive enhancement in less than 10kB. In the previous post in this series, Stephanie Stimac discussed her...
  5. News

    Historical Debugging with IntelliTrace in Visual Studio 2015 | Visual Studio Toolbox

    IntelliTrace automatically records the execution of your application without you performing any additional steps. Any time the debugger breaks the execution of the application (e.g. because a breakpoint is hit), the IntelliTrace UI is updated and displays the data that has been collected up...
  6. News

    Windows 7 Silverlight TV 79: Data Binding Debugging

    Ever bang your head against a wall trying to figure out what's wrong with your data binding XAML? If so, then you will love the new data binding debugging features in Silverlight 5. In this episode of Silverlight TV, Jason Shaver joins John to discuss the data binding debugging features in...
  7. T

    Windows 7 Agenda Circling Forth GPU Particle demo

    Link Removed Software Description This demo won 1st place at the Breakpoint 2010 party. This demo is simply mind blowing! This group did a demo consisting completely of particles. Not a single polygon is in this just particles and millions of them...
Back
Top