Coming Soon : Railtown in Visual Studio

by

Matthew Boulton

January 26, 2022

4 Min

reads

We’ve been working hard this winter to make railtown.ai even more useful during your development cycles.


Railtown.ai reports on errors that happen in all your environments - including local development. This can help prevent bugs from ever making their way onto live environments. Even if you don’t catch the error right away, knowing that it has happened in a local environment is an invaluable piece of information when that same error shows up in a test or production environment. We’ve already seen the value in this ourselves, while we were using railtown.ai to build railtown.ai.


With our Slack and Microsoft Teams integrations, you can set things up so your team is notified of all local errors. But what if you could find out about them without ever leaving the comfort of your IDE?


To make this happen, we set about building a new Visual Studio extension, so you can see what railtown.ai knows about your code while browsing the source code of your project.


You can create all sorts of extensions to Visual Studio using the VSSDK. For our purposes we decided to place a glyph in what Visual Studio calls the ‘indicator margin’ - the left side of the editor, where you click if you want to create a breakpoint.



Our AI analyses stack traces and determines the entry point for all the errors we receive from your application. That means we can put a nice glyph (in railtown.ai purple) at the start of the method to let you know we’ve detected an error in that method. We’ll also tell you if the error was observed in multiple environments: local or live. Railtown.ai has no access to your actual source code, so it works this out based on the stack traces you’ve sent us


As you can see, with this extension you’ll be able to see if a certain entry point has been causing errors. It can even give you an early warning about errors that are being generated in local environments at that very moment, so you can help fix bugs before the offending code has even been committed!


Please contact us if you’d be interested in trying a beta version of this extension. 


If you don’t already have a railtown.ai account sign up and let us help you improve the quality of your software and increase your developer velocity.


Keep reading

Root Cause8 Mission Critical Software Outages and How to Avoid Them

As we know, software runs everything from small, fun apps and games to critical infrastructure and global enterprise software tools.

by

Bernadette Catalan

March 5, 2024

5 Min

reads

CI/CDRailtown AI’s The Conductor in action during Launch Builders Meetup

Railtown AI participated and presented a demo of The Conductor at Launch Academy’s Launch Builders Meetup. Tech enthusiasts, innovators, and entrepreneurs gathered in Microsoft Vancouver to witness tech companies in action and showcase the products they built.

by

Bernadette Catalan

February 15, 2024

5 Min

reads

Root CauseUnderstanding What AI CoPilot Is and The Many Benefits

Explore the world of AI CoPilots and learn how these advanced artificial intelligence-powered assistants can revolutionize various aspects of our lives, from navigation systems to software development environments

by

Marwan Haddad

April 7, 2023

5 Min

reads