Step over, Step into and debugging not working in Lazarus for Windows.
Today I had a problem debugging my Lazarus application. Breakpoints were working, however stepping over and stepping into were not working and resulted in debugging to hang.
The reason was, that I had installed the 32 bit version of the IDE on my 64bit Windows. Uninstalling and using the 64 bit version and debugging was working as expected.