codefori/vscode-ibmi-debug-issues
Resolve object correctly instead of through SQL
开放
#14 创建于 2024年7月24日
enhancementgood first issue
仓库指标
- 星标
- (3 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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