local dap = require("dap") local cmd = 'C:\\gnu\\tool\\codelldb\\extension\\adapter\\codelldb.exe' dap.adapters.codelldb = function(on_adapter) -- This asks the system for a free port local tcp = vim.loop.new_tcp() tcp:bind('127.0.0.1', 0) local port = tcp:getsockname()....
lldb-dap send-event <name> ? For example you can use a launch configuration hook to trigger custom events like: { "program": "exe", "stopCommands": [ "lldb-dap send-event MyStopEvent", "lldb-dap send-event MyStopEvent '{\"key\": 321}", ] } See the specification for more det...
{"program":"exe","stopCommands": ["lldb-dap send-event MyStopEvent","lldb-dap send-event MyStopEvent '{\"key\": 321}", ] } See the specificationfor more details on Debug Adapter Protocol events and the VS Codedebug.onDidReceiveDebugSessionCustomEventAPI for handling a custom event from...
print statements being discarded), and we did run into ABI breakages with the CodeLLDB implementation, so I am leaning towards just weaning ourselves off of it to a DAP that we can easily work with. Contributor adam-fowler commented Oct 4, 2023 Hi @gandalfas There has been some changes ...
MiddlewareDap.ts MiddlewareProtocol.ts VSCodeServer.ts extension.ts paths.ts tsconfig.json .gitignore .vscodeignore LICENSE.TXT README.md package-lock.json package.json prettier.config.js sleep.py tslint.json yarn.lock Breadcrumbs lldb-vscode /src / paths.ts Latest commit lanza Format and fix ...
lldb-dap send-event <name> ? For example you can use a launch configuration hook to trigger custom events like: { "program": "exe", "stopCommands": [ "lldb-dap send-event MyStopEvent", "lldb-dap send-event MyStopEvent '{\"key\": 321}", ] } See the specification for more det...
{"program":"exe","stopCommands": ["lldb-dap send-event MyStopEvent","lldb-dap send-event MyStopEvent '{\"key\": 321}", ] } See the specificationfor more details on Debug Adapter Protocol events and the VS Codedebug.onDidReceiveDebugSessionCustomEventAPI for handling a custom event from...