codefori / codefori/vscode-ibmi-debug-issues

startDebugServiceNavigator.log file CCSID inconsistency

Open
#53 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

V7R5 with PTFs for 3.0.2 Debug Service installed.

/QIBM/UserData/IBMIDEBUGSERVICE/startDebugService_workspace folder does not yet exist.

When starting the Debug Service job from iNav, the startDebugServiceNavigator.log file gets created with a CCSID 437.
When starting the Debug Service job from within VS Code, the file gets created with a CCSID 37.

Of these 2, 437 is preferable as you can read the file contents from an ssh bash session using a simple cat or tail command, which isn't the case with 37 (in that case, iconv is needed). Ideally, shouldn't this be 1208 though?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.