Oresama
September 30th, 2005, 09:16 PM
hi,
I have a project that builds binaries with only makefiles, and othose binaries include executables and pdbs.
I am in a situation where I have to use only source code and pdbs in order to execute debugging, which requires source code level breakpoints setting and inspecting valuables.
I cannot use solution files, and have to debug against running executables(cannot start the executables with the debugger)
How can I accumplish this?
I searched on MSDN for the solution. It does have an article named "Debuggin an Executable That Is Not Part Of a Visual Solution", and "attaching to a running program or multiple programs" But this article does not teach me how to install source code on which executables and pdbs are based, and to set code-level breakpoints.
Any suggestion appreciated.
I have a project that builds binaries with only makefiles, and othose binaries include executables and pdbs.
I am in a situation where I have to use only source code and pdbs in order to execute debugging, which requires source code level breakpoints setting and inspecting valuables.
I cannot use solution files, and have to debug against running executables(cannot start the executables with the debugger)
How can I accumplish this?
I searched on MSDN for the solution. It does have an article named "Debuggin an Executable That Is Not Part Of a Visual Solution", and "attaching to a running program or multiple programs" But this article does not teach me how to install source code on which executables and pdbs are based, and to set code-level breakpoints.
Any suggestion appreciated.