https://www.growthbook.io/ logo
g

gorgeous-toddler-76645

08/21/2023, 1:29 AM
Hi team, Im wondering does the purpose of the devtool is to force the value of the experiment always to be something specific ? e.g, true false
f

fresh-football-47124

08/21/2023, 1:30 AM
that’s one of the things it can do
g

gorgeous-toddler-76645

08/21/2023, 1:31 AM
I see, so when i force it to be true, it will always return true even i refresh the page?
f

fresh-football-47124

08/21/2023, 1:31 AM
no, its meant more for debugging
I believe the forcing you do in the devtools are not sticky
g

gorgeous-toddler-76645

08/21/2023, 1:33 AM
Oh...am i able to debug it where the api get called based on experiment result when page loaded ?
f

fresh-football-47124

08/21/2023, 1:33 AM
I’m not sure I understand what you mean by “api get called” which api?
g

gorgeous-toddler-76645

08/21/2023, 1:35 AM
I mean the backend on our site. But not sure what's the best practice to debug when experiment is true then pass the
order
param otherwise not
f

fresh-football-47124

08/21/2023, 3:00 AM
you can use a force rule to push yourself into any side of the experiment for debugging
it won’t fire the trackingCallback - but you an test out the experiment
g

gorgeous-toddler-76645

08/21/2023, 3:00 AM
Ah yeah, it makes senses to me. Thank you!🙏