thousands-plumber-33255
06/03/2024, 2:37 PM--debug-adapter
flag results in this error occasionally: "Cannot read properties of undefined (reading 'defaultEncoding')". Any idea where to look at? We have been struggeling with this for a while now.thousands-plumber-33255
06/03/2024, 2:38 PMwide-midnight-78598
06/03/2024, 4:10 PMdebugpy
issue (e.g. this is on 1.8.x now I think)
• And probably a few more parameters to look at
I haven't looked into the DAP yet, I'm more familiar with the LSP side of VSCode.
But from the error, what I'm curious about is whether this is a static problem (e.g. some sort of config), or whether it's throwing that error during DAP communication back and forth (I've seen equivalents on the LSP side during configuration when I made a mistake).
• Do you have any way to reproduce?
• Or is there are any conditions when this has not happened?
• Also, does it happen as soon as you launch the debugger? Or does it happen mid-usage?
• Edit: Almost forgot - these are all kicked off via launch.json
?wide-midnight-78598
06/03/2024, 4:34 PMbitter-ability-32190
06/03/2024, 5:57 PM