Codeworx Logo

Inspect any website. Run JS from your pocket.

The browser console that lives on your phone. Debug, test, and inspect elements on the go without needing a laptop.

App Store and Google Play launch is on the way.

Tracer Logo
www.google.com
ALLIMAGES
Google
Search or type URL
ConsoleNetworkElementsEvaluator
DOM Tree
<body jsmodel="hspDDF" data-td="1">
<style>...</style>
<script nonce="...">...</script>
<div id="gb-main">
<div class="fbar M6hT6 As6eLe">...</div>
<div style="display:none"></div>
<script>...</script>
<div>...</div>

Try it yourself

Experience the power of Tracer right here in your browser. Run JavaScript, inspect elements, and view network requests.

Execute JavaScript

Run arbitrary JavaScript code on any webpage. Test snippets, modify the DOM, or check global variables directly from your mobile device.

  • Full console API support
  • Error highlighting and stack traces
  • Command history
Console
<Tracer Console v1.0.0
<Type a JavaScript expression and press Enter.
>

Inspect Elements

Tap any element on the page to view its HTML structure, CSS classes, and computed dimensions.

Welcome to my site

This is a sample card component that you can inspect.

Elements Panel

Click "Inspect Element" and select an item to view its properties.
⚠️ [Deprecation] SharedArrayBuffer will require cross-origin isolation...
>console.log("App initialized")
<App initialized
>fetchUserData(42)
<Promise {<pending>}
❌ Uncaught TypeError: Cannot read properties of undefined (reading 'map')

Network & Resources

Monitor all network activity including XHR, Fetch, scripts, and images. Identify failing requests or slow-loading resources.

  • View request/response headers
  • Check status codes and timings
  • Inspect local storage and cookies

Who is Tracer for?

Developers

Debug mobile-specific issues without connecting your phone to a laptop. Test responsive designs and mobile APIs on the fly.

QA Engineers

Verify tracking pixels, check network payloads, and capture console errors directly from the test device to attach to bug reports.

Support Teams

Investigate customer-reported issues on mobile devices. Check console logs and network failures to escalate to engineering.

Frequently Asked Questions

Does Tracer work on iOS and Android?

Yes. Tracer is built for both iOS and Android. App Store and Google Play releases are coming soon.

Can I inspect elements behind a login?

Yes. Tracer acts as a fully functional browser. You can log into any website normally, and then open the console to inspect the authenticated state.

Is it safe to run JavaScript?

Tracer executes JavaScript in the context of the webpage you are currently viewing, exactly like the desktop browser console. It has the same security boundaries as a standard browser.

Can I save my snippets?

Yes, Tracer includes a snippet manager where you can save frequently used JavaScript code and execute it with a single tap.

Ready to start debugging?

Tracer is coming to the App Store and Google Play. Bring the power of desktop developer tools to your mobile device.

Privacy Policy · Built by CodeWorx

CodeWorx

© Copyright 2024 - Codeworx