You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was wondering if this project might be viable to use as a debug adapter in my ide (helix) on nixos, and found instructions in the readme about pointing vim to a dawn executable.
i noticed the flake primarily still exposed a dev shell tho, rather than the nix-built package (containing said executable).
would it perhaps be possible to have the package exposed in the flake as well?
or should i maybe not be ignoring the readme's wip notice? 😅
The text was updated successfully, but these errors were encountered:
This isn't viable to use as a debug adapter as it stands right now.
Nothing works beyond a proof of concept. There's nothing implemented. Fundamentally, getting debugger functionality out of nix is difficult since there's a bunch of logic in the nix debugger which isn't externally accessible. I was considering moving to tvix, but haven't had bandwidth to go through with implementation yet.
hi there,
i was wondering if this project might be viable to use as a debug adapter in my ide (helix) on nixos, and found instructions in the readme about pointing vim to a dawn executable.
i noticed the flake primarily still exposed a dev shell tho, rather than the nix-built package (containing said executable).
would it perhaps be possible to have the package exposed in the flake as well?
or should i maybe not be ignoring the readme's wip notice? 😅
The text was updated successfully, but these errors were encountered: