David Schwartz 426 Posted August 1, 2021 If I'm at the end of a method that I got into using F7 (step into method) and I hit F7, it goes into RTL code that manages the stack and other stuff in the RTL. I just want to return to the calling method. There's a setting somewhere to disable this, but I cannot seem to find it anywhere. Where did it get moved to? Share this post Link to post
dummzeuch 1505 Posted August 1, 2021 (edited) You can compile without debug dcus. That's in compiler settings. Or you can press F8 (step over) or even Shift+F8 (run until return). And then there is a plug-in by @Uwe Raabe that can manage which debug dcus should be used. I forgot the name though. Edited August 1, 2021 by dummzeuch Share this post Link to post
David Schwartz 426 Posted August 1, 2021 (edited) 23 minutes ago, dummzeuch said: You can compile without debug dcus. That's in compiler settings. That's what I was looking for. I forgot what it was. My memory is slowly losing bits... Thanks! Edited August 1, 2021 by David Schwartz Share this post Link to post
Uwe Raabe 2057 Posted August 1, 2021 4 hours ago, dummzeuch said: I forgot the name though. SelectiveDebugging Share this post Link to post