Community

Community

Blog

  • New OzCode installer fixes the hanging issues

    Tags: Announcements

    Yesteday we released a new OzCode Beta version with numerous improvements. Unfortunately, several of our users reported an issue during the installation, where the NGEN process causes the installer to hang. This also may happen in certain circumstances during the uninstall procedure. We have identified and fixed the issue that is causing NGEN to hang, however a reboot is required before installing the new version. We apologize for the inconvenience, if you had experienced this issue, please … more

  • New OzCode Beta Release!

    Tags: Announcements

    We have released a new beta version of OzCode! This version includes the long-awaited Windows Phone 8 support, along with lots of performance and usability improvements. As always, we are eager to hear your feedback as we work tirelessly to improve the product.  We are always listening, so please stop by our user community and let us know what you think! This version’s change-set: Added: Windows Phone 8 support Improved: Search Usability.  Added a “Search deeper” button and easier … more

  • Introducing OzCode–Your Road to Magical Debugging (formerly BugAid)

    Tags: Announcements

    When we created BugAid, our goal was simple – to radically change the way programmers debug code, and we believe we were successful in that regard. We recently became a part of CodeValue, a powerhouse of internationally acclaimed technology experts, known for their deep knowledge and experience. Among them, a Microsoft MRD (Microsoft Regional Director) and several MVPs (Microsoft Most Valuable Professional) with broad knowledge and expertise in the field of performance and production debugging, … more

  • New video – Comparing objects with saved snapshots

    One of OzCode’s unique features is the ability to compare objects and collections. Not only can you compare different objects, but you can even save the a variable into a snapshot and then compare to it later on!

    In the video below I’ll show you how this feature helped solve a bug in a unit test of a 3D game:

    If you like this feature, please share our video with your friends! more

  • New version – Bug fixes

    A new maintenance version of OzCode is released and ready for download – 0.5.1704.6344.

    Bug fixes

    In this version we’ve improved our support for the “Start New Instance” command and fixed some rare bugs that caused OzCode’s “Full Mode” features to stop working in the middle of the debugging session.

    To see the full list of the changes, please see our Version History. more

  • New version – Basic Silverlight support and bug fixes

    A new maintenance version of OzCode is released and ready for download – 0.5.1620.7215.

    Basic Silverlight support

    With this version, it is now possible to debug Silverlight in OzCode’s standard mode. Full mode support is coming soon!

    Microsoft Silverlight

    To see the full list of the changes, please see our Version History. more

  • New version – Resizable datatip and bug fixes

    A new maintenance version of OzCode is released and ready for download – 0.5.1605.6758.

    Resizeable debug window (datatip)

    Now that OzCode is more stable, we’ve turned to implemented our most requested features.  The first request to be fulfilled is the ability to resize the debug window, also known as the datatip.

    With that done, we’re turning to the other requests in the list. If you haven’t before, be sure to vote and add additional … more

  • Tip: Create Custom Expressions on the base class

    While developing OzCode, we work with multiple class types that represent a parsed C# code file: objects that represent things such as if statements, while loops, assignment expressions, and so forth. As you can imagine, the class hierarchy of these objects is quite complex and large – Underneath the base type there are dozens of derived classes, representing every single type of code construct that exists in C#.

    When I initially started debugging, I discovered that the data I get when … more

  • New version – Bug fixes

    A new maintenance version of OzCode is released and ready for download – 0.5.1520.8518.

    DotCover/Pex&Moles compatibility and bug fixes

    Several users complained about an issue where installing OzCode caused problems in JetBrains’ dotCover and Microsoft’s Pex & Moles. OzCode now detects these tools and offers to enable compatibility with them (at some cost to full-mode performance).

    Moreover we’ve fixed several bugs that caused a lot of error … more

  • OzCode is free for non-commercial open source projects!

    We here at OzCode Software are really big fans of the .NET open source community.

    From NuGet to NHibernate to NUnit, you can hardly do any serious .NET development work today without coming to rely on these great collaborations between people from different countries, working together to create quality software for the benefit of us all.

    For instance, “OzCode” relies on the excellent SharpDevelop and Mono.Cecil libraries  for all of our code parsing and … more