otstrel

Results 2 issues of otstrel

https://github.com/raix/vscode-perl-debug/blob/7b18c8248bf23720ded62adca01d5a2ea15d9904/src/regExp.ts#L43-L45 Shouldn't filename regex include digits as well? Also it seems that it won't match neither full nor relative paths. Also it won't match nested namespaces like `AA::BB::CC::`.

Hello, I'm having weird problem with server randomly not sending exit status, my simplest repro looks like this: ``` In [244]: c = await asyncssh.connect('hostname', options=asyncssh.SSHClientConnectionOptions(username='username')) In [245]: await c.run('exit...