Koichi Sasada

Results 276 comments of Koichi Sasada

Thank you your comment and sorry for the late response. I'm so sorry but I can't consume my time to debug on 2.6.x anymore... 2.6.x is now EOL and any...

I think we can't choose the sockets without using `ps` or some other tools to know which socket is the correct socket. So I think this kind of UI doesn't...

I meant it is hard to choose the file by users with only from socket file name.

Could you try v1.2.0?

??? did you try `browser.screenshot` on debug console? or another issue described on the first description?

Line breakpoint also makes pending with non-existing files. It seems same problem so current behavior is possible to keep. And idea 1 is more kind.

For pending MethodBreakpoint, it introduces performance penalty to observe new method definitions.

I think one-time breakpoint doesn't solve this issue because if the breakpoint is not reached (because of exception and so on) it will be remained. Extending `step` command is considerable....

maybe this feature can be decomposed into the following features * introduce "temporary" breakpoint which will be removed just after stopping by any reasons. I'm not sure `break` command can...