Community
Participate
Working Groups
Build Identifier: Create a project where some function is called, build and debug. Step into a function. Execute the "Step Return" command. Observe that the debug view now say "Suspended: User Request". Expected effect -- it say either "Suspended: Step", or "Suspended: Finish". Patch is forthcoming. Reproducible: Always
Created attachment 206115 [details] The fix
Created attachment 206335 [details] Fix to include non-stop case Attached is the patch I committed to master and cdt_8_0. I added your copyright notice, included the non-stop case, and fixed a typo in your name that I found in another copyright. Thanks for the fix!
Fixed
*** cdt git genie on behalf of Vladimir Prus *** Bug 362274: Use "Step" reason after 'step return' operation [*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=09874c7c094e64592e21804830beae69fc3eb95f
*** cdt git genie on behalf of Vladimir Prus *** Bug 362274: Use "Step" reason after 'step return' operation [*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=140b8ab73eef48fc7caf93c45019e0a573bbcb04
Thanks Marc!