codefori/vscode-ibmi-debug-issues

Resolve object correctly instead of through SQL

オープン

#14 opened on 2024/07/24

 (3 件のコメント) (0 件のリアクション) (1 人の担当者) (0 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3 個のスター)
PR merge metrics
 (PR metrics pending)

説明

In the debugger code we are using SQL to resolve where the object exists on the system. Right now we are using the member path to find the library.

Instead, we should use the library list and then therefore our member resolve API to find the library and object.

https://github.com/codefori/vscode-ibmi/blob/master/src/api/debug/index.ts#L125

コントリビューターガイド