checkpoint on eval2 compiler; setting to disable update checking; cache version check to once per day so that we do not send a lot of extra GH requests every time the debugger starts

This commit is contained in:
Ryan Fleury
2026-06-16 14:30:13 -07:00
parent bcdc6acd0e
commit 00da627293
11 changed files with 530 additions and 391 deletions
+7 -2
View File
@@ -1,4 +1,4 @@
// raddbg 0.9.27 project file
// raddbg 0.9.28 project file
name: "The RAD Debugger"
target:
@@ -7,7 +7,6 @@ target:
working_directory: "../raddebugger"
arguments: "--user:C:/devel/raddebugger/build/raddbg_test.user"
debug_subprocesses: 0
enabled: 1
}
target:
{
@@ -31,3 +30,9 @@ target:
working_directory: build
arguments: "--rdi raddbg"
}
target:
{
executable: "build/ryan_scratch.exe"
working_directory: "build/"
enabled: 1
}