Pretty simple question. I have an executable that was generated with -g option in gcc to output debug information into the executable? Is it possible for me to get this debug symbol information into visual studio? or do i need to download a 32 bit gdb and gdb front end if I want to debug?
alternatively perhaps there is some way to make gcc generate the data visual studio wants?