Brad Mccormack
Brad Mccormack
Yes please. When is this coming?
Would this require making changes such as ``` vscode.debug.registerDebugAdapterDescriptorFactory('perl', { createDebugAdapterDescriptor(session: vscode.DebugSession, executable: vscode.DebugAdapterServer) { } }); ``` To handle the different type of debugging? You have mentioned [in the...
> It's not possible to attach to a running Perl programm. That is what I mean with limitation of Perl itself. > > Of course it would be possible that...