You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
breakpoints
About this tag
Breakpoints are a fundamental debugging tool used in development environments like Visual Studio and Microsoft Edge DevTools. Discussions on WindowsForum.com cover practical challenges when debugging multi-threaded applications, such as multiple threads hitting the same breakpoint and the need to isolate a single thread for step-through debugging. Users also explore advanced breakpoint features, including conditional breakpoints for data binding errors in Silverlight 5 and breakpoints on DOM mutations in Edge DevTools. Historical debugging with IntelliTrace in Visual Studio 2015 is another topic, where breakpoints trigger the collection of execution data. These threads reflect real-world debugging scenarios for Windows developers working with .NET, web, and GPU-intensive applications.
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...
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...
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...
api
breakpoints
debugging
developer tools
devtools
dom
edgehtml
error handling
fall creators update
javascript
microsoft edge
mutation
productivity
software development
user interface
web apps
web development
web platform
windows 10
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...
10k apart
accessibility
breakpoints
code management
component-based
contrast
css
design flexibility
fault tolerance
interoperability
media queries
mobile first
performance
progressive enhancement
responsive design
sas
styling
web design
web standards
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...
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...
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...