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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user