Add start_debugging / resume_execution

This commit is contained in:
Krzosa Karol
2023-01-22 19:35:51 +01:00
parent 0deed86537
commit 63dcf9bedc
3 changed files with 27 additions and 27 deletions

View File

@@ -15,6 +15,10 @@
"caption": "RemedyBG: Stop debugging",
"command": "remedy_stop_debugging",
},
{
"caption": "RemedyBG: Set breakpoint",
"command": "remedy_set_breakpoint",
},
{
"caption": "RemedyBG: Run to cursor, launch and stop at cursor",
"command": "remedy_run_to_cursor",