Fabio Zadrozny

Results 70 comments of Fabio Zadrozny

Humm, something else seems off... by default when a new process is spawned, a new connection from the debugger to the client should be done instead of reusing a socket...

Humm, that seems a bit dangerous... I think Intellij has a fork which they update from time to time with this one. I don't know if they made any change...

@P0Lx are you interested in providing a PR for that? i.e.: I don't have a use for this myself (and thus I won't be implementing it), but I'm open to...

It should work... can you send a screenshot showing the output you have when it fails?

From what you're describing, it says that `lldb` itself wasn't able to do the attach. i.e.: > error: attach failed: attach failed (Not allowed to attach to process. Look in...

Hi Brian, can you elaborate a bit on when you'd use this? i.e.: In general this wouldn't be a good idea as it'd add the possibility of missing breakpoints until...

Sorry for the delay... this got lost on my side too :( Would it be ok for you to rename the argument from `--continue` to `--no-wait`? -- I think `--no-wait`...

p.s.: if you need more pointers on the test case, please let me know.

There was one recent fix in the area: https://github.com/fabioz/PyDev.Debugger/commit/0448edeb49b830d103edc9fa728643bee25566d1 do you have that patch applied?

It seems to be fixed in the pycharm fork, but it's still not upstream yet...