Slideshow EDBUG - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

Slideshow EDBUG

Description:

German Visual FoxPro Developers Conference 1998. Debugging Your Visual FoxPro Applications. Rod Paddock. President, Dash Point Software, Inc. ... – PowerPoint PPT presentation

Number of Views:35
Avg rating:3.0/5.0
Slides: 11
Provided by: rodpa
Category:

less

Transcript and Presenter's Notes

Title: Slideshow EDBUG


1
Debugging Your Visual FoxPro Applications Rod
Paddock President, Dash Point Software, Inc.
2
About Me
  • rpaddock_at_dashpoint.com
  • http//www.dashpoint.com
  • Bibliography
  • VFP 6 Enterprise Development
  • VB 6 Hands-on Web Development
  • FoxTalk Magazine
  • Microsoft MVP

3
What we will cover today...
  • Testing and Debugging Techniques
  • Bug Prevention
  • Using The Coverage Profiler

4
Bug Prevention
  • Prevention is Best Bet
  • What can you do ?
  • Assertions
  • Pseudo Strong Typing with Access and Assign
    Methods
  • Test All Conditions
  • IF/ENDIF
  • CASE/OTHERWISE

5
Testing and Debugging Techniques
  • Dont Put Bugs In.
  • Assertions
  • Strong Typing
  • Testing Possible Combinations
  • Run All Code
  • Why Not All Branches ?

6
Assertion Demo
DEMO
7
Access and Assign Demo
DEMO
8
Coverage Profiler
  • What is the Coverage Profiler ?
  • Examines Log Files
  • Allows you to monitor lines of code run and not
    run.

9
Coverage Profiler Demo
DEMO
10
Q A
  • Thank-you for attending!!
Write a Comment
User Comments (0)
About PowerShow.com