00:15:18 heh. I remember the ipv6 discussion in late 90's ... yet here we are 22:09:03 Hi guys, just a quick noob question here. I'm reading the instructions on how to clone and build the monero from github. Now as I'm mostly a windows user that do code as a hobby and just wanted to play around with the code and try to get a glimpse of how this masterpiece works, I sorta expected a VSCommunity solution approach at first (! silly me I guess :P) but am seeing this MSYS2 thing (that tries to somehow replicate a more Linux approach on 22:09:03 things for windows?) 22:10:10 So the short question: does it mean that Visual Studio Community and debugging as I'm used to is off for this purpose and I need to go this new MSYS2 route? 22:10:38 Or is there something I'm missing? 22:17:55 TheParham: You can use Visual Studio Community to build Linux version inside WSL2. That way you can still use VS stuff. Afaik it use GDB on the Linux side but allow you to debug it VS way. 22:19:40 RavFX: Thanks for the direction, I should look into it then ^_^