help urgent

  • Thread starter Thread starter fbouabcha
  • Start date Start date
F

fbouabcha

Hi,
My problem is the breakpoint doesn't work, I have the red line but it
doesn't stop.

Thanks a lot.
 
Hi,

Make sure you are running the program in debug. Break points
are ignored in release mode.

Ken
 
This may be silly, but are you pressing CTRL+F5 to run your program, or just
F5/clicking the start button? If you run using CTRL+F5, the VB IDE doesn't
intervene...

Jay Taplin, MCP
 
Apart from considering all the above points,
also try to close the project and reopen and recompile.Sometimes, in debug
mode , we might be looking into the new code , but the debugger will be
looking into old code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top