Appletviewer debug

I' m tracing SimplePlayerApplet . After the breakpoint stop ,I ask to list the line 116 but

appletviewer reply that cannot find the source ! How is it possible ? How can I have this

information ? Below the log >>>

Breakpoint hit: "thread=thread applet-SimplePlayerApplet.class", SimplePlayerApplet.start(), line=116 bci=0

thread applet-SimplePlayerApplet.class[1] list 116

Source file not found: SimplePlayerApplet.java

thread applet-SimplePlayerApplet.class[1] step

[519 byte] By [DEV_FORUM_Screena] at [2007-11-27 3:15:40]
# 1

Hi!

I am not sure how does it work with appletviewer but i have very offten problem with source code in debug mode.

First check if the source code and binary is the same. Maybe it was not cleary build. Make some clean up.

Maybe your debugger has no source code attached, check docs.

Szymika at 2007-7-12 8:18:10 > top of Java-index,Java Essentials,New To Java...