Hi team, Im wondering does the purpose of the devt...
# ask-questions
g
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
that’s one of the things it can do
g
I see, so when i force it to be true, it will always return true even i refresh the page?
f
no, its meant more for debugging
I believe the forcing you do in the devtools are not sticky
g
Oh...am i able to debug it where the api get called based on experiment result when page loaded ?
f
I’m not sure I understand what you mean by “api get called” which api?
g
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
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
Ah yeah, it makes senses to me. Thank you!🙏