codefori/vscode-ibmi-debug-issues

Resolve object correctly instead of through SQL

開放

#14 建立於 2024年7月24日

 (3 則留言) (0 個反應) (1 位負責人) (0 個分叉)auto 404
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

貢獻者指南