 
      
    | You are here | craftsnippets.com | ||
| | | | | dylanpaulus.com | |
| | | | | Debugging is an essential skill for any software developer. It allows us to find and fix errors in our code, improve quality and performance, and learn from our mistakes.One of the most common and powerful tools for debugging Python code is the . PDB is a module that provides an interactive command-... | |
| | | | | techtldr.com | |
| | | | | Ammonite is an interactive REPL for Scala, kind of like ipython is for Python. I usually use IntelliJ IDE for Scala (which has a REPL and debugger among other things). Ammonite is great replacement though, when I don't want to start up full blown IDE. It's really easy to get started with Ammonite. First it [...] | |
| | | | | nodogmablog.bryanhogan.net | |
| | | | | It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how. | |
| | | | | actually.fyi | |
| | | Cross-compiling to ARM MacOS with Zig is Easy. | ||