Compare commits

..

No commits in common. "432e1b4ae377167cd20a577d2479609d39dcc552" and "8424d29fb228e108f895b6854e7c1e033ba1217d" have entirely different histories.

View File

@ -115,7 +115,6 @@ void c11_dap_handle_setBreakpoints(py_Ref arguments, c11_sbuf* buffer) {
const char* sourcename = c11_strdup(py_tostr(py_retval()));
if(!py_smarteval("[bp['line'] for bp in _0['breakpoints']]", NULL, arguments)) {
py_printexc();
PK_FREE((void*)sourcename);
return;
}
int bp_numbers = c11_debugger_reset_breakpoints_by_source(sourcename);