This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 196932

Summary: Localized string values are shown incorrectly
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Alexander Pepin 2011-03-21 18:06:02 UTC
Steps to reproduce:
- create Quote sample
- set BP in line 133
- start debugging
- enter any localized string value e.g. "иии"
- open Variables
Result: "customerName" is shown as "\\350\\350\\350". There should be a possibility to switch locale in debugger.
Comment 1 Egor Ushakov 2011-06-03 09:26:37 UTC
gdb is unable to do the decoding itself, on my machine it understands only ASCII and ISO-8859-1 charsets, none helps. IDE could possibly do that but it would require rather significant change in gdb output processing.