A new debugger.
Lots of bugs/rough edges/etc - issues will be filed. Old-style debugging still works (just use --emit_source_annotations to get the helpful movs back and --break_on_instruction will still fire).
This commit is contained in:
2
third_party/elemental-forms
vendored
2
third_party/elemental-forms
vendored
Submodule third_party/elemental-forms updated: b690642334...f0f692cb72
2
third_party/imgui
vendored
2
third_party/imgui
vendored
Submodule third_party/imgui updated: 14f189b2f6...127f44c12b
6
third_party/imgui.lua
vendored
6
third_party/imgui.lua
vendored
@@ -15,7 +15,13 @@ project("imgui")
|
||||
"imgui/imconfig.h",
|
||||
"imgui/imgui.cpp",
|
||||
"imgui/imgui.h",
|
||||
"imgui/imgui_draw.cpp",
|
||||
"imgui/imgui_demo.cpp",
|
||||
"imgui/imgui_internal.h",
|
||||
"imgui/stb_rect_pack.h",
|
||||
"imgui/stb_textedit.h",
|
||||
"imgui/stb_truetype.h",
|
||||
})
|
||||
buildoptions({
|
||||
"/wd4312", -- Ugh.
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user