Hi Christian,
Thanks for your prompt replying of my query but i don't have the build
directory which contains the gdb.exe and i have Win7 32Bit box, i did
not get the prebuild executables of gdb with the sdk. when i taken
update all by using the python script i got the folder gdb_builds\gdb-
win-builds\gdb-7.3.50.20111004 but pre-built gdb is not there,
building gdb is such a pain on windows, it requires so many tools to
build it which i don't want to do it right now at this stage. Also i
would like to know .nexe file format is newly announced by you guys
but there is no information about this new file format, also the
compilers which comes with sdk does not produce the debug symbol files
(pdb) like visual studio generates.
Thanks
rstanwar
On Feb 23, 6:27 am, Christian Stefansen <
cstefan...@google.com> wrote:
> Hi rstanwar,
>
> The SDK includes a special build of gdb that you can use to debug. This
> does not integrate directly with Visual Studio, but we do have some short
> instructions on setting it up so that the debugger will start up and
> connect to the NaCl module automatically when you hit Ctrl-F5 (not F5 as
> this would start the built-in debugger). Seehttp://
www.chromium.org/nativeclient/how-tos/debugging-documentation/....