Chad Smith

Results 185 comments of Chad Smith

http://webgraphviz.com/ is another option

> I built this project initially just for myself, because I couldn't find anything that automated things the way I want. I was about to embark on this journey myself...

Just noticed you already use black. Nice.

> It looks like pipx on PyPI is taken by something different tho so might need a rename? My thought was that `pipx` is a simple name that would immediately...

I am able to reproduce this, it must have broken somehow. I will have to take a look and fix this. Sorry for the inconvenience. For now, a workaround would...

This looks good, will merge if it's tested

Did you try interrupting the inferior process? If that doesn't help, you may try running as `sudo` since sometimes the OS restricts you from debugging running processes.

You might want to try this using gdb in the terminal first to confirm it works, then try with gdbgui.

Here are some things to try: * Confirm gdb can debug the process by attaching to it (not by running the `test` binary since that already works in gdbgui and...