Record AppMaps on A Remote Host

Опубликовано: 29 Октябрь 2024
на канале: AppMap
35
0

Use the SSH plugin for Visual Studio Code to record AppMaps on a remote host.

You can now use app map with the VS code remote SSH plug in to create app maps from your remote host where your code runs, simply connect to your host, open your application within the remote SSH session.

You can generate AppMaps by running your test cases on your remote server.

You can view sequence diagrams of your code interactions. You can view the packages classes and even SQL queries executed by your code. View your code inside of flame graphs to identify performance problems and debug complex code bases with dependency maps.

You can also run your application inside your remote session, run your application and VS code will forward the ports appropriately from here.

Interact with your application to generate maps!