GDBShell can not open my source files
Status: Beta
Brought to you by:
lotrex
My application is created in the folowing way:
1.I have some directories in my project:
-dir1
-dir2
-dir3
-----internaldir1
-----internaldir2
-dir4
-lib
-doc
an so on
2.In each dir I am creating a static lib for ex. dir2.a dir3.a dir4.a
3. All libs have been coped to the lib dir
4. After they are linking to each other
in lib dir and then I get a my Applic.exe file
Seems like GDBShell can not find my source files
But it works. The I push "step Into" it try to go inside functions
But it CANT OPEN SOURCE FILE
gcc -- mingw 3.4.5
gdbshel 2.1.3
gdb6.6
P. S. Nice Utility
An exe file and some libs