Software Alternatives, Accelerators & Startups

Don't Look Down on Print Debugging

rr Replay.io Productivity Power Tools
  1. 1

    rr

    rr is a debugging tool designed to record and replay program execution.
    Pricing:
    • Open Source

    #IDE #Software Development #Decompiler 69 social mentions

  2. The best place to backorder/drop purchase expiring ccTLD domain names
    Pricing:
    • Open Source
    Have you ever been able to try https://replay.io time travel debugging as an alternative to conventional logging? Last time I tried it you were able to add logging statements "after the fact" (i.e. After reproducing the bug) and see what they would have printed. I believe they also have the ability to act like a conventional debugger. I think they're changing some aspects of their business model but the core record / replay tech is really cool.

    #DevOps Tools #Developer Tools #Continuous Integration And Delivery 45 social mentions

  3. Extension for Visual Studio - A set of extensions to Visual Studio 2012 Professional (and above) which improves developer productivity.
    Pricing:
    • Open Source
    If you use Visual Studio on Windows, you have one nice option for multi-process debugging: https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool - auto-attach the debugger to child processes as they are invoked. I've also found this good in the past for debugging some kinds of client/server setup by having a little wrapper program that runs the combination of clients and servers required on your local PC. All the processes end up being debugging simultaneously in the same instance of the debugger, which I've found to make light work of certain types of annoying bug. You might need a mode where the timeouts are disabled though!

    #Regular Expressions #Programming Tools #Development 476 social mentions

Discuss: Don't Look Down on Print Debugging

Log in or Post with