close
    • chevron_right

      10 of the Best Linux Debuggers for Software Engineers including one for Bash scripts

      news.movim.eu / gadgeteerza-tech-blog · Thursday, 28 January, 2021 - 19:56

    Debuggers are essential for locating bugs in programs. There is a plethora of robust Linux debuggers that make it easy to find weak points in your applications. MakeTechEasier outlines some of these applications in the link below. Try some of these tools to get a feel of how debugging works in Linux.

    BASH Debugger or bashdb is a simple, but useful, Linux debugger. You can use it for analyzing your bash scripts during execution and can be pretty useful if you start to do more complex bash scripts.

    See https://www.maketecheasier.com/best-linux-debuggers/

    #technology #linux #programming #debugging