Rust challenge 28/100 - Debugging
Table of content
What is this
The rules of the game are explained in my original post.
28th Challenge
Challenge
Today’s challenge is a bit different; Rather than programming I will be getting my tool-set into order. I want to debug. This means today’s challenge is to setup debugging for Rust. Up until now I did not Debug at all. Debugging is a powerful method to understand code and be efficient.
Solution
As I am using Intellij I will set this up for said tool-chain. Sadly, this is only available in the paid version. I was not inclined to change to VS Code, being one of the two most popular tool-chains besides Intellij/ C-Lion by Jetbrain. I therefore purchased the license on a monthly plan and installed the Native Debugging Plugin and I was good to go. And it works! Very simple and powerful setup: