Debugging and Deployment [Books/References]
I would like to ask whethere there is any good books that talk more about
Debugging and Deployment.
I have few C# books, but topics related to the Debugging and Deployment are
either very brief or totally omitted by those books.
Thanks
.
Relevant Pages
- Programs, books, and techniques for debugging C or C++ programs.
... "Programs, books, and techniques for debugging C or C++ programs." ... found that I currently have 57 assertions in place. ... (alt.comp.lang.learn.c-cpp) - Re: Newbie Question Where to put files?
... > If I want a file to reside in the same folder as my main .exe, ... > creating, editing, debugging etc. so that the path used during debugging ... > After running the deployment routine and clicking setup.exe, ... >>> debugger can access them with the same path name that the compiled code ... (microsoft.public.dotnet.languages.vb) - Re: OT: Screening MoFos
... debugging he quite blatantly told me that as he had never actually ... He'd never laid hands on a computer but ... some very good books as reference! ... his hands on a home computer and at least try running some of his ... (uk.rec.motorcycles) - Re: Advanced c++ debugging techniques on Unix
... books, tools or libs on advanced c++ debugging techniques on Unix. ... Segmentation faults are relatively easy to debug, logical faults require lots of printf/cout. ... But mostly debugging depends on program design - I write my programs so that errors will lead to an immediate chrash and get my program so safe that this doesn't occur;-) Also using several small modules instead of few large ones helps if you can identify by the nature of the error which module is concerned... ... (comp.os.linux.development.apps) - Re: Classes, Access to DB & Deployment Project
... Both David's and my books go through these ... ADO.NET or VB.NET deployment is very different than VB6. ... You'll spend years recreating the functionality. ... Should I create a class called "Employee" and have all fields defined in> it (ej. ... (microsoft.public.dotnet.framework.adonet) |
|