JDK-4052972 : STD: Jdb is unable to deal with multibyte method names and variables
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 1.1.1
  • Priority: P5
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 1997-05-19
  • Updated: 2000-01-27
  • Resolved: 2000-01-27
Related Reports
Relates :  
Description
Create a class with MB method name and MB variable names.

After compiling with -g flag(see bug 4051149 for other limitations), run jdb. The following problems occurs:

1) Unable to set a breakpoint inside a MB method via stop-in command. You can do so using <class-name>:<line number>.

2) Assuming you set the breakpoint using <class-name>:<line number>, when the breakpoint inside MB method is hit, jdb will print the garbage method name.

3) Using the locals command, try printing the names of MB variables. jdb will print garbage variable names.

Comments
EVALUATION Starting with kestrel, JPDA is the standard debugging API. We will no longer be making enhancements to sun.tools.debug. gordon.hirsch@eng 2000-01-26
26-01-2000