Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Violations 1

Status
Not open for further replies.

fergmj

Programmer
Feb 21, 2001
276
0
0
US
I use BCB 5.0 and for the first time, I am getting access violation errors. Can someone tell me how to use the Borland debugger to fnd out where the error is occurring?

Thanks

fergmj
 
I have noticed in BCB4 that if you get violations that most of the time its due to declared variable types conflicting with each other. But this is the simple explanation, the web site in previous post is good reading.
 
Use
F7 for stepping into
F8 for stepping over
F4 for moving to a cursor position
and set conditional breakpoints if you are debugging a loop.
The rest will come through experience.
HtH Welcome to the Pythian Games!
Long live Godess Athena!
dArktEmplAr of Delphi Oracle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top