There is very convenient "Step into specific" functionality in Visual Studio C++ on Windows. I have heard that a similar functionality "Step into selection" can be found for Java in Eclipse. Is there something similar for Eclipse CDT (C++) on Ubuntu?
I am not so sure what you mean by 'step into selection', but I can tell you that Eclipse IDE (I use it for Java, but believe it offers the same functionality for C++) lets your perform the following during debug
I hope I have understood what you are asking for, leave a comment if you need me to explain anything better.
Based on the extra information from the OP, I believe the answer is no. Eclipse does not support this functionality in the debugger
There is functionality to navigate the code base, 'F3' is by default used to jump to the implementation of a function. Again, I am talking about Eclipse for Java here. Not sure if it works during debug, but you could use it to navigate to the source of the function in question, then right click and select 'run to here'. Whilst admittedly not as nice as it sounds like VS does it, it may just be the best option. Assuming it actually works that is
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With