It appears that jdb's USE command doesn't work if the path specified has a space in it. Saw this under NT4 with JDK 1.3 FCS build K.
If the file being debugged is put in a directory that has no spaces then "use" followed by "list" seems to display the java source. However, if the file is moved to a directory that contains a space, followed by "use" of that directory,
"list" is no longer able to find the source file.
Tried it with and without enclosing quotes.
If the file being debugged is put in a directory that has no spaces then "use" followed by "list" seems to display the java source. However, if the file is moved to a directory that contains a space, followed by "use" of that directory,
"list" is no longer able to find the source file.
Tried it with and without enclosing quotes.
- relates to
-
JDK-4421108 TTY: jdb sourcepath does not reflect changed value
-
- Closed
-