Jump to content
David Schwartz

D10.4.2 where's setting to not debug into RTL ?

Recommended Posts

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

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 by dummzeuch

Share this post


Link to post
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 by David Schwartz

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×