mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
prefer usage of pdbs in dbgi layer, if rdi path is not baked in, but pdb path *is* - otherwise the dbgi layer can simply choose a stale rdi file with no way to generate a new one.
This commit is contained in:
@@ -1974,21 +1974,6 @@ d_tick(Arena *arena, D_TargetArray *targets, D_BreakpointArray *breakpoints, D_P
|
||||
}
|
||||
}
|
||||
|
||||
//////////////////////////////
|
||||
//- rjf: start/stop telemetry captures
|
||||
//
|
||||
ProfScope("start/stop telemetry captures")
|
||||
{
|
||||
if(!ProfIsCapturing() && DEV_telemetry_capture)
|
||||
{
|
||||
ProfBeginCapture("raddbg");
|
||||
}
|
||||
if(ProfIsCapturing() && !DEV_telemetry_capture)
|
||||
{
|
||||
ProfEndCapture();
|
||||
}
|
||||
}
|
||||
|
||||
//////////////////////////////
|
||||
//- rjf: process top-level commands
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user