Adding dap shortcut to run_to_cursor function.
This commit is contained in:
parent
be69817d68
commit
44b9ea885f
@ -104,6 +104,9 @@ return {
|
|||||||
{
|
{
|
||||||
'<F5>', function() require('dap').continue() end
|
'<F5>', function() require('dap').continue() end
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'<F6>', function() require('dap').run_to_cursor() end
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'<F8>', function() require('dap').terminate() end
|
'<F8>', function() require('dap').terminate() end
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user