Debug Delphi keeps stopping even after breakpoint withdrawal?

Asked

Viewed 367 times

0

My Delphi XE is a little crazy, there are some Units that persist in making the stops even after I removed Breakpoint (F5) from the line, someone went through it and managed to solve, already excludes Dcus and recompiled and nothing.

inserir a descrição da imagem aqui

1 answer

1


What may have occurred is that your IDE is set to not show the Breakpoints, so...

Press CTRL+ALT+B or go to Menu View->Debug Window->Breakpoints

This way the list of Breakpoints that are configured will appear. It will also appear those that are disabled.

Will appear just below the Event Log.

If no Breakpoints appear, I recommend uninstalling the IDE and installing again.

  • That’s right, it had hidden breakpoints, I don’t know why, but it did, it excluded everyone from the list and this normal now

Browser other questions tagged

You are not signed in. Login or sign up in order to post.