I have some memory leaks in my application, and I'd like to debug them. The tool for Windows that I want to use is Very Sleepy. The problem is that when I use the software, it cannot figure out what corresponding source file of the problem is.
From what I figured out I need a symbol file. With the compiler I use (MinGW-w64) I have .dbg files. But even though I have specified that clion should compile with -DCMAKE_BUILD_TYPE=Debug
I cannot find any .dbg file in my working directory.
What could be the cause? Keep in mind that I use CLION.