the IDE blocks and doesn't go to the proper procedure
1) "blocks" => as in "hang"? I.e. it stops responding to any input, and you have to kill it? No, I have not had that.
2) Or "blocks" => as in, takes a few seconds...
3) Or just "doesn't go to the proper procedure" ?
If 2 or 3: Is there an error message in the messages window? (You may have to open it, bring it to front)
If 2: Start it from console, and check if there is any console output.
In any case: Make sure your project compiles. If it doesn't then the IDE may not be able to find the procedure...
Can you navigate in code (go to declaration)?
Can you code complete (e.g. create new procedures in the class or create local vars)?
Also from menu Tools > rescan fpc directory
(just in case).