Skip to content

Commit

Permalink
Add the copy-to-globals flag in debug_info response
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jan 8, 2024
1 parent 935ce52 commit db1b0d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xdebugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ namespace xpyt
get_tmp_prefix(),
get_tmp_suffix(),
true,
{"Python Exceptions"});
{"Python Exceptions"},
true);
}

std::string debugger::get_cell_temporary_file(const std::string& code) const
Expand Down

0 comments on commit db1b0d1

Please sign in to comment.