mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
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:
+7
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user