www.runabout.dev Open in urlscan Pro
2606:4700:3035::ac43:d8c2  Public Scan

Submitted URL: https://auth.runabout.dev/
Effective URL: https://www.runabout.dev/
Submission: On July 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST https://stateracer.us21.list-manage.com/subscribe/post

<form class="max-w-screen-lg mx-auto flex justify-center" action="https://stateracer.us21.list-manage.com/subscribe/post" method="POST"><input type="hidden" name="id" value="787eea1b5b"><input type="hidden" name="u" value="c1e9ed01d6947d95091edc0ec">
  <div class="md:flex items-center text-center"><label class="mr-2 hidden md:block">Follow Runabout's development and get early access to new features:</label><label class="mr-2 block md:hidden">Follow Runabout's development:</label>
    <div class="block md:inline justify-center flex mx-auto md:mx-0 items-center"><input type="email" name="MERGE0" id="MERGE0" class="border rounded px-2 py-1 w-1/2 md:w-auto focus:outline-none focus:border-blue-500" placeholder="Email"><button
        type="submit" class="ml-2 bg-blue-100 border-black border text-black py-1 px-2 rounded hover:bg-white focus:outline-none focus:bg-blue-300">Subscribe</button></div>
  </div>
</form>

Text Content

You need to enable JavaScript to run this app.
Follow Runabout's development and get early access to new features:Follow
Runabout's development:
Subscribe
RUNABOUT
Plugin
SDK
Docs
Pro
Sign UpLog In

menu
PluginSDKDocsPro
Sign UpLog In


SPEND LESS TIME DEBUGGING CODE

How? With Runabout's replay debugger. Watch the video below to see a developer
solve a production bug in 1 minute using Runabout.

Sign Upplay_circleWatch Demo



WHAT EXACTLY IS RUNABOUT?

Runabout is an IDE Plugin and logging framework.

Add the logging to your server, and it saves off the state of the program as it
runs and when errors occur.

Then use the plugin to recreate and rerun this state on your own computer to
troubleshoot faster!




GET STARTED IN 5 MINUTES

Installing the Runabout plugin and creating a Runabout account are both 100%
free.

 1. 1. Install the plugin (1 minute)
 2. 2. Run your first method (> 2 minutes)
 3. 3. Create an account and sync scenarios w/ the cloud (2 minutes)


REPLAY DIRECTLY FROM LOGS

Use the runabout-java library to create a formatted JSON object for logging that
will convey the state of all parameters of a method. Use this data to replay the
method in your IDE the same way it executed in production.


SAVE A DEBUG SESSION AND REPLAY IT LATER

While debugging your program, you can capture the state of a stack frame and
rerun the same method with the same parameters in the future.


SHARE SCENARIOS WITH YOUR TEAM

With Runabout enterprise, you can see all the scenarios created by your
teammates in your IDE and run them as needed.


INVOKE ANY METHOD IN YOUR CODE

Runabout is a REPL-like tool, this means you can use it to invoke any method in
your project (even private methods!). You can replay saved scenarios and create
new scenarios by hand, building the perfect java objects to test your code.


USE YOUR EXISTING LOGGING INFRASTRUCTURE

The runabout-java library is effectively a fancy `toString` method. Its purpose
is to convert your runtime objects into a standard format for the runabout
plugin to read. Use your existing logging provider and storage to store + access
the data. This means your runtime data never has to leave your servers!


LOG ONLY WHAT YOU NEED

The runabout-java library is only invoked when you explicitly call into it in
methods you want to be able to rerun. If any variables may contain sensitive
information, you can simply omit them.

GET RUNNING WITH RUNABOUT TODAY!

RUNABOUT CURRENTLY IS ONLY AVAILABLE FOR JAVA PROJECTS IN INTELLIJ IDEA.

MORE IDES & LANGUAGES COMING SOON!

Resources
 * Privacy
 * Terms & Conditions
 * Plugin EULA
 * Talk to the creator

--------------------------------------------------------------------------------

Copyright © 2023 Runabout LLC by Ethan Bond.