All attempts to debug Linux remote project ends with the following error:
Debugging could not be started due to the following error: Object reference not set to an instance of an object
GDB log:
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type “show copying”
and “show warranty” for details.
This GDB was configured as “x86_64-unknown-linux-gnu”.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
OK
-break-insert -f main
^done,bkpt={number=”1″,type=”breakpoint”,disp=”keep”,enabled=”y”,addr=”0x0000000000473e4a”,func=”main()”,file=”/home/kbzowski/app/main.cpp”,fullname=”/home/kbzowski/app/main.cpp”,line=”1831″,thread-groups=[“i1″],times=”0″,original-location=”main”}
-gdb-exit
^exit
Same error with previous GDB versions: 7.2 and 7.5.1
I think lastest Visual GDB should be marked as Alpha not Beta version 🙂