开发者

how to Go to a function call in Eclipse Debug mode

开发者 https://www.devze.com 2023-02-12 14:48 出处:网络
Very basic doubt开发者_如何学Go: 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 De

Very basic doubt开发者_如何学Go:

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.

how to Go to a function call in Eclipse Debug mode

how to Go to a function call in Eclipse Debug mode

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号