fix compile, fix clang-format, add demo window debug setting, add setting to stop at entry or go to main directly

This commit is contained in:
T0b1
2024-05-03 02:19:47 +02:00
parent d4e4fc8c5a
commit 608cec26b1
9 changed files with 39 additions and 13 deletions

View File

@@ -87,7 +87,7 @@ namespace dbgui::frontend
bool is_cstr = false;
};
Target(std::string filename);
Target(std::string filename, bool stop_at_entry);
std::optional<uint16_t> data_idx_for_src_id(size_t id)
{