> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Advanced Debugger के साथ Expressions का मूल्यांकन

> किसी transaction के execution trace में Solidity expressions का मूल्यांकन करें, Debugger में state variables, mappings, dynamic arrays, और function results का निरीक्षण करें।

Evaluate Expression [Debugger](/debugger/overview) में एक tool है जो आपको execution trace में expressions का मूल्यांकन करने की अनुमति देता है। आप smart contracts में जटिल expressions का आकलन कर सकते हैं, जिसमें dynamic arrays, mappings, state variables, functions, और global और local variables दोनों शामिल हैं। [Evaluate कैसे काम करता है](https://blog.tenderly.co/how-use-evaluate-expression-speed-debugging) के बारे में और जानें।

Evaluate feature तक पहुँचने के लिए, किसी भी transaction पर क्लिक करें, फिर **Debugger** पर जाएँ, और **Evaluate** बटन पर क्लिक करें।

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202022-04-14%20at%2012.33.34.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=ae45d7e566f21668166f6bba380ae6b6" alt="" width="2556" height="1130" data-path="images/Screenshot 2022-04-14 at 12.33.34.webp" />

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202022-04-14%20at%2012.34.54.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=7813a86716eadde0ab57fe841799ad21" alt="" width="2556" height="1132" data-path="images/Screenshot 2022-04-14 at 12.34.54.webp" />

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202022-04-14%20at%2012.36.18.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=9ec9bfcd65bf6383cac2cd89d4734830" alt="" width="2556" height="1119" data-path="images/Screenshot 2022-04-14 at 12.36.18.webp" />

Evaluate feature वर्तमान में केवल Solidity contracts के लिए समर्थित है, और हम Vyper contracts के लिए भी Eval का समर्थन करने पर काम कर रहे हैं। आप जिस भी expression का मूल्यांकन करना चाहते हैं उसे चुनें, इसे बॉक्स में पेस्ट करें और **Evaluate** बटन दबाएँ:

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202022-04-14%20at%2012.44.01.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=7a90ee8ec4c020ac46cc3bf8ef31a537" alt="" width="2556" height="1159" data-path="images/Screenshot 2022-04-14 at 12.44.01.webp" />

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202022-04-14%20at%2012.44.36.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=bdf4a19c866e116323ecdaaa40aa6e13" alt="" width="2556" height="1159" data-path="images/Screenshot 2022-04-14 at 12.44.36.webp" />

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202022-04-14%20at%2012.44.57.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=ed53e3b1b9633bef8c50e5dd63c66127" alt="" width="2556" height="1159" data-path="images/Screenshot 2022-04-14 at 12.44.57.webp" />

यह सरल और जटिल expressions दोनों के लिए काम करता है:

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202022-04-14%20at%2012.45.55.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=523a416a9b83ff3893c2100d610a1ca5" alt="" width="2556" height="1159" data-path="images/Screenshot 2022-04-14 at 12.45.55.webp" />

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202022-04-14%20at%2012.47.27.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=22024bf592afdd947e80b717b273a92f" alt="" width="2556" height="1159" data-path="images/Screenshot 2022-04-14 at 12.47.27.webp" />

आप **अन्य Debugger सुविधाओं और Advanced Trace Search** के बारे में [**यहाँ**](/debugger/overview#stack-traces) **और** [**यहाँ**](/developer-explorer/transaction-overview#advanced-trace-search) अधिक पढ़ सकते हैं।
