开发者

How do i read information from java debugger (or any other method)

Hi guys i would like to do something that sounds simple enough. but i have no idea where to start lo开发者_JS百科oking.

i have search Google a bit and haven't found anything related to what i want to do.

what i want to do is run a java application in debug, and print out the lines of code that run in the debugging process.

same as with going through code step by step, each step will print the line of code it stepped into.

i really have no idea where to start looking of how to so this. can someone help in giving me a direction.

thank you.

this is following another question (maybe i wasn't clear enough last time and didn't get a response) https://stackoverflow.com/questions/5506367/is-there-a-way-to-tap-into-eclipse-debugger-with-an-addon


What you describe sounds pretty similar to what the Eclipse code coverage tool EclEmma offers. It shows you exactly which code is executed during the process it is monitoring.

It sounds like there is a problem you are trying to solve with your proposed solution though. What is the underlying problem?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜