gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

VisualGDB: gdb.setup is not present #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build one sample project with vs-android
2. add one breakpoint in native source code & start debug using visualGDB
3. the break point can be hit, but no source file shows
GDB session warning:
D:\\san-angeles\\libs\\armeabi\\gdb.setup: No such file or directory.

What is the expected output? What do you see instead?
the file "gdb.setup" should be generated to help gdb locating .so, project 
sources & ndk sources.

What version of the product are you using? On what operating system?
VS2012, VisualGDB on windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by crazii....@gmail.com on 7 Nov 2013 at 8:36

GoogleCodeExporter commented 9 years ago
See my comments here in the "Debugging" section:
https://code.google.com/p/vs-android/wiki/Troubleshooting#Debugging

If you have a fix which I can integrate for this, let me know.

Original comment by gavin.dj.pugh on 3 Jan 2014 at 6:16