first i must to say what is the new form? the title font is so small i cann’t see clearly.
the problen is i use gdbserver cause some strange probelem, and my target machine has gdb,so i want to copy source to the target machine in the after build events(yes it works), and start gdb in target machine instead of gdbserver.how can i do ? virtualgdb now has no seettings like this.
This topic was modified 9 years, 7 months ago by ronaldinho.
You do not need to copy the source code to the target machine. Although GDB running there won’t be able to locate the source files, it will report the file paths to VisualGDB. And as long as VisualGDB has the correct path mappings (configured via VisualGDB Project Properties), it will be able to map those paths to the correct source files on the Windows machine.