Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

android - Cannot drop to frame?

Is there a trick to get "Drop To Frame" to work with Android? The option is inactive for me.

enter image description here

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I hope it is possible, but I don't think so.

Other nice functionalities like "All instances...", "Instance count" and watchpoints (stop debug on variable access/modification) are also unavailable. I think it is because DalvikVM does not support this functions.

From eclipse documentation about Drop to frame:

Note this command is only available if the current VM supports drop to frame and the selected stackframe is not the top frame or a frame in a native method.

Similar note can be found on page describing All instances:

This command is only available if the Java virtual machine you are currently using supports instance retrieval.

See my answer to my own similar question here.

Maybe there is an option to enable this functions on Dalvik.

EDIT

It may be a of little value, but if you use unit tests (using JUnit or Robolectric) than all those functions are available (since run on native JVM I think) and very helpful.

Cheers,


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...