Post #2211905
2025-12-22 11:11 UTC
I gave my old PhD project a complete overhaul: https://github.com/Mic92/cntr/releases/tag/2.0.0
cntr lets you use your host's debugging tools inside any container. The previous version relied on FUSE to make this work, but Linux 5.2 introduced a more powerful API that makes FUSE unnecessary. The new implementation is much simpler.
Replies (1)
-
@nim@mastodon.tetaneutral.net 2025-12-22 11:18
@mic92@toot.matereal.eu nice ! Any plan to get breakpointHook back to cntr ? I miss my $EDITOR in there 😅