Unable to use gdb in windows

Hi guys,
I am new to rust and I have been trying to get debugging setup with gdb.
I keep getting "No debugging symbols found in " error despite building in debug mode.
I am on windows 10 64bit.
Any help would be greatly appreciated.

Is your project built with the gnu toolchain or with the msvc toolchain?
I’m not sure if gdb is able to make use of pdb files generated by the msvc toolchain.
If you’re using the msvc toolchain, you might have better luck with windbg.

Yes I am using the msvc toolchain.
I installed windbg and it is working fine now.
Thankyou.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.