nvim-dap/lua/dap
Mathias Fussenegger 90616ae6ae Restore stopped state if goto errors
Problem:

A debug adapter can respond to goto with an error - e.g. if attempting
to jump to a location where there is no code to execute.

If that happened, selecting another goto location was no longer possible
because the stopped state had been cleared.

Solution:

Restore stopped state if goto fails
2024-09-12 14:48:38 +02:00
..
ext Improve error message for launch.json parse errors (#1285) 2024-08-09 10:50:07 +02:00
ui Fix some type annotations (missing dap. prefix) 2024-08-09 11:34:15 +02:00
async.lua Add widget function to show diff of two expressions 2023-11-29 18:44:06 +01:00
breakpoints.lua Add type annotations for setBreakoints; fix tests on nightly 2024-08-09 10:34:57 +02:00
entity.lua Extend type -> hl_group mapping with more types; Make case insensitive 2024-07-17 20:19:11 +02:00
health.lua Fix some type annotations (missing dap. prefix) 2024-08-09 11:34:15 +02:00
log.lua Fix some more luals warnings 2024-06-03 19:20:14 +02:00
progress.lua Add more type annotations 2024-05-31 18:03:18 +02:00
protocol.lua Always set startFrame in stackTrace request 2024-08-09 14:41:44 +02:00
repl.lua Use luarocks test --local on CI 2024-05-31 19:01:17 +02:00
rpc.lua Fix some more luals warnings 2024-06-03 19:20:14 +02:00
session.lua Restore stopped state if goto errors 2024-09-12 14:48:38 +02:00
ui.lua Provide feedback if item in variable tree has no children to expand 2024-05-30 11:17:51 +02:00
utils.lua Add utils.splitstr function (#1276) 2024-08-09 14:24:24 +02:00