简体   繁体   中英

how to Go to a function call in Eclipse Debug mode

Very basic doubt:

If I place a breakpoint inside a function (in DEBUG mode of ECLIPSE), Is there a way to know from where the function is called? This is in reference to java.

Select Debug Perspective (Window > Open Perspective > Debug) . If you don't already have Debug view, you can open it from Window > Open View > Debug

The debug view should have a call stack that should show how you got to the break point.

在此处输入图片说明

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM