-
I attempted to launch IntelliJ with the agent attached to it.
Custom VM options (`Help > Edit Custom VM Options`):
```
-javaagent:/home/jansorg/.appmap/lib/java/appmap.jar
-Dappmap.config.file=/…
-
**GIVEN** a number of AppMaps in a subdirectory within the workspace
**AND** the subdirectory is deleted
**THEN** the AppMaps still appear in the panel
-
Sometimes a user has a specific file in mind with the query that they want to edit or analyze. For example, I tried this query:
> `@generate`
> Recently a user had a problem running `appmap-node`:…
-
Not sure what this is. @dustinbyrne can you tell whether this is our fault or not?
https://portal.azure.com/#view/Microsoft_OperationsManagementSuite_Workspace/Logs.ReactView/resourceId/%2Fsubscripti…
-
The AppMap Analysis beta will be available to users who contact us through the website at appland.com/appmap-analysis-beta.
Message the user via [Visual Studio Code notifications ](https://code.visua…
-
Running Navie with Waltz (https://github.com/land-of-apps/waltz/tree/navie-wip), there are messages like the following:
```
Collecting context with 5 events per diagram.
File not found in the wor…
-
I am using the [instructions for recording jest test cases](https://appmap.io/docs/reference/appmap-agent-js.html#tests-recording).
The suggested command does not find the package in NPM.
```
✗…
-
Currently, if an HTTP endpoint (e.g. a Spring Controller) uses an `ExecutorService` to run a task, none of that processing shows up in the AppMap. For example:
```java
@DeleteMapping("dolphins")…
-
The status messages for each step of the installation instructions are inconsistent with each other and most are not dynamic.
The status message should prompt the user to the next step if the status …
-
I tested https://github.com/TooTallNate/Java-WebSocket/tree/master with the JetBrains AppMap plugin (0.48.0)
Setup:
- Windows 10 in a VM
- IntelliJ Ultimate 2021.3
- AppMap plugin 0.48.0
- Repo…