diff --git a/project.4coder b/project.4coder index 36d19981..dae43a1f 100644 --- a/project.4coder +++ b/project.4coder @@ -49,7 +49,7 @@ commands = // .f1 = { .win = "raddbg_stable --ipc kill_all && build raddbg", .linux = "", .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, .cursor_at_end = false, }, // .f1 = { .win = "raddbg_stable --ipc kill_all && build raddbg debug telemetry", .linux = "", .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, .cursor_at_end = false, }, // .f1 = { .win = "raddbg_stable --ipc kill_all && build radbin", .linux = "", .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, .cursor_at_end = false, }, - .f1 = { .win = "raddbg_stable --ipc kill_all && build raddbg", .linux = "", .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, .cursor_at_end = false, }, + .f1 = { .win = "raddbg_stable --ipc kill_all && build radbin debug telemetry", .linux = "", .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, .cursor_at_end = false, }, //- rjf: [raddbg wsl] // .f1 = { .win = "wsl ./build.sh raddbg", .linux = "", .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, .cursor_at_end = false, }, diff --git a/project.raddbg b/project.raddbg index 39d39fdf..74ff8bda 100644 --- a/project.raddbg +++ b/project.raddbg @@ -1,13 +1,11 @@ -// raddbg 0.9.26 project file +// raddbg 0.9.27 project file name: "The RAD Debugger" -theme: "VS (Dark)" target: { executable: "build/raddbg.exe" working_directory: build arguments: "--user:raddbg_test.user --project:raddbg_test.project" - enabled: 1 } target: { @@ -32,3 +30,10 @@ target: working_directory: "build/dwarf" arguments: "--bin --rdi a.exe" } +target: +{ + executable: "build/radbin.exe" + working_directory: "build/" + enabled: 1 + arguments: "--rdi chrome.dll.pdb" +}