Running multi route anvil apps from the Ide

What I’m trying to do:
Understand how the IDE functions when running an app with the new routes functionality:

So I think I can safely assume that clicking run with go to the basic URL without any extra path, but if we want to test going directly to a specific route while still having the benefits debugging in the IDE, how does that work?

I’m really excited to start playing with the new functionality!

1 Like

Create a Debug Environment link! It’s a private link that points to whatever version of your app you’re currently editing in Anvil – sort of like the “Run” button, only you can hit it with curl or with another browser tab.

1 Like

Great I’ll give those a work out!