-
- Downloads
Project 'gitlab-com/production' was moved to 'gitlab-com/gl-infra/production'. Please update any links and bookmarks that may still have the old path.
[LIGO-558] Specific entrypoint name for debugging
Problem: at this moment we assume that contract's entrypoint name is `main`. However, we want to debug contracts, which entrypoint name isn't `main`. Solution: get entrypoint name from `launch.json` file. Had to slightly modify `initDebuggerSession` in `Impl` module.
Showing
- tools/debugger/ligo-debugger/src/Language/LIGO/Debugger/CLI/Call.hs 3 additions, 2 deletions...gger/ligo-debugger/src/Language/LIGO/Debugger/CLI/Call.hs
- tools/debugger/ligo-debugger/src/Language/LIGO/Debugger/Handlers/Impl.hs 5 additions, 7 deletions...ligo-debugger/src/Language/LIGO/Debugger/Handlers/Impl.hs
- tools/debugger/ligo-debugger/src/Language/LIGO/Debugger/Snapshots.hs 3 additions, 2 deletions...ger/ligo-debugger/src/Language/LIGO/Debugger/Snapshots.hs
Please register or sign in to comment