William23668 8 Posted May 4 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
Brian Evans 105 Posted May 4 The Call Stack window should be showing it during program execution when it hits the breakpoint. Share this post Link to post
William23668 8 Posted May 4 (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 May 4 by William23668 Share this post Link to post
Remy Lebeau 1396 Posted May 4 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? 1 Share this post Link to post
William23668 8 Posted May 4 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