> ## 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.

# Dev Toolkit Browser Extension

> Dev Toolkit browser extension किसी भी block explorer पर Tenderly debugging tools तक one-click पहुँच देता है ताकि on-chain data का विश्लेषण किया जा सके।

Tenderly Dev Toolkit एक browser extension है जो आपको किसी भी block explorer पर Tenderly के शक्तिशाली exploration और debugging tools तक one-click पहुँच देता है। मानव-पठनीय format में on-chain data का पता लगाने, विश्लेषण करने, और debug करने के लिए Tenderly Dashboard में किसी भी transaction को खोलें।

<iframe src="https://www.youtube.com/embed/CMUhjgIJi08?si=RsJYkxe9QzXH7E1Y" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" style={{ aspectRatio: 16 / 9, width: '100%' }} referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

एक बार जब आप extension install कर लेते हैं, तो आप किसी भी block explorer पर एक toolbar से Virtual Environments, Debugger, Simulator, Gas Profiler, और अन्य कार्यक्षमताओं तक पहुँच सकते हैं।

यहाँ से Chrome store से extension download करें:

<Card title="Dev Toolkit Browser Extensionn" href="" />

## Tenderly Dev Toolkit का उपयोग करना

On-chain exploration और debugging को गति देने के लिए अपने रोज़मर्रा के workflows में Tenderly Dev Toolkit का उपयोग करें। निम्नलिखित कार्यक्षमताओं का उपयोग करने के लिए Tenderly में किसी भी transaction को खोलें:

* **Run on Virtual Environment:** आगे के tests और experiments चलाने के लिए latest mainnet state के साथ synced एक नए [Virtual Environment](/virtual-environments/overview) में किसी भी transaction को Execute करें।
* **Simulate:** अद्यतन inputs, parameters, और contract code के साथ [सफल या विफल transactions को Simulate](/simulator-ui/overview) करें ताकि उनके execution और अपेक्षित परिणामों का पूर्वावलोकन किया जा सके।
* **Debug:** [trace-by-trace Debugger](/debugger/overview) का उपयोग करके यह पहचानें कि error कहाँ और क्यों हुई और तुरंत fix करने के लिए contract code को edit करें।
* **View trace:** opcodes, event logs, storage variables, और gas usage प्रदर्शित करने वाले सबसे विस्तृत, searchable stack trace का उपयोग करके [transaction execution का निरीक्षण करें](/developer-explorer/inspect-transaction/overview)।
* **View state changes:** transaction execution के दौरान हुए [state changes का विश्लेषण करें](/developer-explorer/inspect-transaction/overview#state-changes), decoded और raw format दोनों में events और variables का विश्लेषण करें।
* **View gas usage:** प्रत्येक function call के हिसाब से [gas usage का विस्तृत विश्लेषण](/debugger/gas-profiler) प्राप्त करें और मूल्यवान संसाधनों को बचाने के लिए code को optimize करें।
