da-viper wrote: > where a test should go—`DAPTests.cpp`, `ProtocolTypesTest.cpp`, or elsewhere
It should go into `TestDAP_stackTrace` https://github.com/llvm/llvm-project/blob/e94bc16b8e12a64ff28aedc58ee6e95e1f9d6f4b/lldb/test/API/tools/lldb-dap/stackTrace/TestDAP_stackTrace.py#L29-L31 >Also, is there a simple way to test this locally without a full frontend? Not that I am aware of, you can look at LLDB_DAP logs (you need to set a log path) when running the DAP adapter or looking at the logs in a failed test. https://github.com/llvm/llvm-project/pull/149774 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits