Adding dap shortcut to run_to_cursor function.

This commit is contained in:
Finch 2024-03-13 20:07:01 -05:00
parent be69817d68
commit 44b9ea885f

View File

@ -104,6 +104,9 @@ return {
{
'<F5>', function() require('dap').continue() end
},
{
'<F6>', function() require('dap').run_to_cursor() end
},
{
'<F8>', function() require('dap').terminate() end
},