Joe Sadusk

Results 6 comments of Joe Sadusk

I'm looking at this issue and trying to see if this is what I need for my use case. I need a fixture that is like `#[once]` but is recreated...

Ah, thank you, I saw this section but didn't understand how it applied to my situation. This will work for my purposes. By the way, this is my work in...

I submitted a PR to fix this: https://github.com/svaante/dape/pull/148

My PR doesn't actually work, because it prevents mapping from local back to remote. "Remote" files in this context are symlinks in a bazel cache for a specific run target,...

I'm looking at the code and I think the issue is I'm trying to do an attach to an already running debugpy, so it doesn't look like `command-cwd` gets set:...

I realized this doesn't quite work. It breaks setting breakpoints, and I haven't figured out a way to fix that yet.