Re: Help with setting up DAP for Kate text editor
Akseli Lahtinen <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <4890568.09ZEJKoR3W@fedora-desktop> |
It ended up being a very simple fix, you can see the merge request I made here: https://invent.kde.org/utilities/kate/-/merge_requests/1391 Basically Kate was sending QJsonValue that defaults to "null" but changing that to QJsonObject fixed the issue. - Akseli On Monday 22 January 2024 21:05:19 EET Tom Tromey wrote: > > Thanks for your help! > > I will create bugreport to Kate and ask around. > > Let us know what you find out. I'm happy to discuss the situation, > though coordinating via the DAP specification github might be best. > > Tom