Help with setting up DAP for Kate text editor

Tom Tromey tom@tromey.com
Wed Jan 17 15:15:04 GMT 2024


>>>>> Akseli Lahtinen <akselmo@akselmo.dev> writes:

> Hey, I am trying to set up DAP for Kate text editor with following config  
[...]
> It starts running fine and can find breakpoints,  
> but when I try to start the debugging process, I get following error:  
  
> error on response:  

> gdb.dap.server.request.<locals>.wrap.<locals>.non_sync_call() argument after  

> ** must be a mapping, not NoneType  

  
Is that the complete text?

If so you can you add the arguments -iex "set debug dap-log-file /tmp/log"
to the gdb invocation, reproduce the problem, and then send the log file?
(Opening a new bug would be best.)

It's probably a bug in the gdb DAP implementation.  It may depend on the
version of Python your gdb happens to be linked against.

thanks,
Tom


More information about the Gdb mailing list