Jump to content
William23668

How I can know the procedure that was executed before another procedure ?

Recommended Posts

I tried to place a break point in the target procedure first line and see the call stack window but this window is always empty. How to get this caller procedure ?

Share this post


Link to post

The Call Stack window should be showing it during program execution when it hits the breakpoint. 

 

image.thumb.png.10d55ca111eb8bb73b79a464cdd1feae.png

Share this post


Link to post
Posted (edited)
1 hour ago, Brian Evans said:

The Call Stack window should be showing it during program execution when it hits the breakpoint. 

It does not want to break !! is there an option can disable breakpoints on project level ? I tried new empty project and breakpoints work fine !! the line on the breakpoint turn green when I run debug F9

Edited by William23668

Share this post


Link to post
47 minutes ago, William23668 said:

It does not want to break !! is there an option can disable breakpoints on project level ?

Are you compiling your project in Release mode instead of Debug mode? Or with debug info disabled? Have you tried doing a diff between your project file and a working project file? 

  • Thanks 1

Share this post


Link to post
1 hour ago, Remy Lebeau said:

Are you compiling your project in Release mode instead of Debug mode?

Shit I did thanks call stack working now.

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

×