Hello,
I am new to coding and I need some help to figure out how to build this project so I can finally debug my crappy code:
https://github.com/lesderid/gdb-msvc
Currently I am using Red Panda C++ as my IDE.
I really like it because it's nice and tiny.
It's the only decent IDE I have found capable of running smoothly on my low-end hardware that barely manages to run Windows 10. (after stripping it down to the bone using NTlite)
I had to jump through a few hoops to make the IDE work with the MSVC compiler.
Now I have to jump through some more hoops to make GDB recognize MSVC's .pdb files. :)
I am new to coding and I need some help to figure out how to build this project so I can finally debug my crappy code:
https://github.com/lesderid/gdb-msvc
Currently I am using Red Panda C++ as my IDE.
I really like it because it's nice and tiny.
It's the only decent IDE I have found capable of running smoothly on my low-end hardware that barely manages to run Windows 10. (after stripping it down to the bone using NTlite)
I had to jump through a few hoops to make the IDE work with the MSVC compiler.
Now I have to jump through some more hoops to make GDB recognize MSVC's .pdb files. :)