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!

Cannot set breakpoint

Status
Not open for further replies.

troyu

Programmer
Nov 21, 2000
185
CA
I am unable to set a breakpoint within a form I am working on. I am getting the error message "Could not set breakpoint - Compiler Error". Any ideas on this problem? Look forward to a reply.
 
troyu,

This is probably due to the memory limitations you posted later. Move some of your code into libraries and you should be set breakpoints again.

Turning off Compile With Debug won't help you in this case, as you need that to use breakpoints.

Again, this is something that an upgrade would help you with.

Hope this helps...

-- Lance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top