ashgti wrote: > Can you add what the old "stopped" event looked like and what the new > structured version looks like? It is hard to tell what is changing without > reverse engineering the code. > > And does this PR mean that we don't need #176230?
The json value should be the same as before, just internally its using the `lldb_dap::protocol::StoppedEventBody` (see https://github.com/llvm/llvm-project/pull/176273/changes#diff-9f29d8c72fd99816c4402053c51c4a362ab09f674673467e4a1099c2d7e9f0beR138) for tracking the data. I can add some additional tests to cover the use cases in #176230 so this should cover that PR. https://github.com/llvm/llvm-project/pull/176273 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
