Cargando…

Debugging Visual FoxPro applications /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Folsom, Nancy
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Whitefish Bay, Wis. : Hentzenwerke Pub., ©2002.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocm52604503
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cn|||||||||
008 030714s2002 wiua ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d YDXCP  |d OQP  |d OCLCQ  |d IDEBK  |d OCLCQ  |d MERUC  |d CCO  |d E7B  |d ZCU  |d S4S  |d CAI  |d DKDLA  |d OCLCO  |d FVL  |d B24X7  |d OCLCQ  |d OCLCF  |d OCLCO  |d OCLCQ  |d N$T  |d OCLCQ  |d AU@  |d EBLCP  |d OCLCQ  |d AZK  |d CNNLC  |d LOA  |d CNNOR  |d SUR  |d MOR  |d PIFBR  |d LIV  |d OCLCQ  |d OCLCO  |d U3W  |d ROC  |d RCC  |d BRL  |d STF  |d WRM  |d OCLCQ  |d NRAMU  |d EZ9  |d ICG  |d OCLCQ  |d OCLCO  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d COO  |d G3B  |d TKN  |d OCLCQ  |d OCLCO  |d DKC  |d OCLCQ  |d UMK  |d OCLCQ  |d BRF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 50689194  |a 276799438  |a 319032316  |a 474071804  |a 559339338  |a 647465389  |a 722430347  |a 728034221  |a 765142381  |a 790730719  |a 842286132  |a 888703290  |a 961554204  |a 962572398  |a 984882175  |a 1020517355  |a 1037433927  |a 1053049561  |a 1058242360 
020 |a 1930919212  |q (electronic bk.) 
020 |a 9781930919211  |q (electronic bk.) 
020 |a 9781930919204 
020 |a 1930919204 
020 |z 1930919204 
029 1 |a AU@  |b 000050897935 
029 1 |a AU@  |b 000053013379 
029 1 |a AU@  |b 000053222309 
029 1 |a AU@  |b 000053243709 
029 1 |a DEBBG  |b BV044100013 
029 1 |a NZ1  |b 12032793 
035 |a (OCoLC)52604503  |z (OCoLC)50689194  |z (OCoLC)276799438  |z (OCoLC)319032316  |z (OCoLC)474071804  |z (OCoLC)559339338  |z (OCoLC)647465389  |z (OCoLC)722430347  |z (OCoLC)728034221  |z (OCoLC)765142381  |z (OCoLC)790730719  |z (OCoLC)842286132  |z (OCoLC)888703290  |z (OCoLC)961554204  |z (OCoLC)962572398  |z (OCoLC)984882175  |z (OCoLC)1020517355  |z (OCoLC)1037433927  |z (OCoLC)1053049561  |z (OCoLC)1058242360 
037 |b 00122502 
050 4 |a QA76.9.D3  |b F65 2002eb 
072 7 |a COM  |x 051330  |2 bisacsh 
072 7 |a COM  |x 021000  |2 bisacsh 
082 0 4 |a 005.75/65/0285514  |2 21 
049 |a UAMI 
100 1 |a Folsom, Nancy. 
245 1 0 |a Debugging Visual FoxPro applications /  |c Nancy Folsom. 
260 |a Whitefish Bay, Wis. :  |b Hentzenwerke Pub.,  |c ©2002. 
300 |a 1 online resource (xvii, 113 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
520 8 |a Annotation  |b Writing code is only half the battle in developing applications. Getting the bugs out is the other half which can be the frustrating part since, after all, bugs don't just mysteriously appear in code -- they have to be put there. But masterful debugging is more than a skill to be learned, it's a frame of mind and almost a way of life. This guide takes developers into the head of a successful debugger, gives a new perspective on the mind set, and explores the myriad of tools that Visual FoxPro programmers have at their disposal. Topics covered include quality insurance, applying scientific methods to debugging, VFP debugging tools, and fitting into enterprise solutions. 
505 0 |a Dedication -- Our Contract with You, The Reader -- Table of Contents -- About the Authors -- How to Download the Files -- Foreword -- Chapter 1 Introduction -- Organization -- Chapter 2 Quality Ensurance -- Lies, damned lies, and statistics -- Today -- Test early, test often -- But I have a test team -- "Houston, we have a problem." -- Debugging during development -- Debugging test versions -- Debugging in post-release or maintenance -- Designing with diagnostics in mind -- When are you done debugging? -- Risk -- Measure twice, cut once -- Bug tracking -- Source code control. 
505 8 |a Irreverent evangelizing -- The best offense is a strong defense -- Chapter 3 Applying the Scientific Method to Debugging -- Observation -- Inquiry -- Hypothesis -- Prediction -- Experimentation -- Analysis -- Decision -- Conclusion -- Chapter 4 Visual FoxPro Debugging Tools -- Debug options -- Font and colors -- Display timer events -- Environment -- Call stack options -- Trace window options -- Output window options -- The native debugger -- About the debug output window -- About the call stack -- About the trace window -- About the watch window -- About the locals window -- About breakpoints. 
505 8 |a About configuration files -- Debugger odds and ends: Stepping, resume, cancel -- Coverage logging -- Event tracking -- Language elements -- Error handling -- Using views -- Syntax coloring and IntelliSense -- Rushmore optimization-SYS(3054) -- The command window -- The Help file -- Tools outside of Visual FoxPro -- Understanding the tool -- Chapter 5 A Taxonomy of Common Visual FoxPro Bugs -- Requirement-related bugs -- Exceptions to business rules -- The technique -- Design-related bugs -- Misunderstandings -- Conflicts -- Omissions -- The technique -- Characteristics -- Variant variables. 
505 8 |a Implicit variable declaration -- Comparison and assignment are the same ("=") -- Multiple RETURN statements -- Optional parameters -- Ambiguous fields, memory variables, and objects -- Implementation bugs -- Syntax bugs -- Logical bugs -- Performance -- Data performance -- Code -- System bugs -- The technique -- Deployment -- Maintenance bugs -- Effective debugging -- Conclusion -- Chapter 6 Fitting into Enterprise Solutions -- Using ActiveX and OLE controls -- Using Automation servers -- Building Automation servers -- Windows API -- Conclusion -- Appendix A Additional Resources. 
505 8 |a Visual FoxPro books -- Debugging and good coding practices -- Requirements gathering and design -- Web resources -- Appendix B What's Behind the Curtain? -- Index. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a FoxPro (Computer file) 
630 0 7 |a FoxPro (Computer file)  |2 fast 
650 0 |a Database management. 
650 0 |a Debugging in computer science. 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Débogage. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Quality Assurance & Testing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Database Management  |x General.  |2 bisacsh 
650 7 |a Database management  |2 fast 
650 7 |a Debugging in computer science  |2 fast 
758 |i has work:  |a Debugging Visual FoxPro Applications (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCYGH7tXHcR8Wq9WjkMV483  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Folsom, Nancy.  |t Debugging Visual FoxPro applications.  |d Whitefish Bay, Wis. : Hentzenwerke Pub., ©2002  |z 1930919204  |w (OCoLC)50703776 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=3301797  |z Texto completo 
938 |a Books 24x7  |b B247  |n bks00002059 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL3301797 
938 |a EBSCOhost  |b EBSC  |n 83576 
938 |a YBP Library Services  |b YANK  |n 2361732 
994 |a 92  |b IZTAP