Kevin Seymour
Member²
Hi,
When debugging through code PL/SQL developer does not seem to set NLS_DATE_FORMAT like it does for an SQL window correctly. Mousing over, or adding to the watch list, a date variable displays in the standard (terrible) default dd-mon-yy format. Explicitly executing dbms_stession.set_nls in the test window before debugging resolves the issue. Is this by design, a missed setting, or a bug?
Thanks,
Kevin
When debugging through code PL/SQL developer does not seem to set NLS_DATE_FORMAT like it does for an SQL window correctly. Mousing over, or adding to the watch list, a date variable displays in the standard (terrible) default dd-mon-yy format. Explicitly executing dbms_stession.set_nls in the test window before debugging resolves the issue. Is this by design, a missed setting, or a bug?
Thanks,
Kevin