-
I'm using AppMap with vscode on Windows / WSL.
Here's an example where I asked a question, AppMap answered it, then hid (or deleted) the answer.
I can read the answer while AppMap is composing i…
-
Raise a warning during the plugin execution if the given `appmap.yml` is misconfigured.
Additionally expose this behavior through a goal.
-
AppMap is not recording after running pytest. It seems to go through the code with notifications on how many failed, passed, skipped, warnings and errors. I am using VSCode. It was working when I f…
-
Implement a pattern that's working well in the node agent:
* Process recording is enabled by default
* If a request, remote, or test recording begins, the process recording is aborted
* Process r…
-
I tried to start my node app using
npx appmap-node yarn
but it crashes with:
```
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
(0, node_as…
-
Each time a [celery](https://github.com/celery/celery) job runs it should generate AppMap data (analogous to the way a request recording gets generated).
-
`appmap-python` currently refuses to record Python code that isn't in a module. This is a barrier to getting the desired data in some cases, especially for simple projects.
If the `path` setting in…
-
I trying to change the color of the selected FabMiniMenuItem. My code is below. I do see that when I tap on a menu item, the FabDialer calls the method to create each menu item, and the color of each …
-
I have this AppMap data file in my project:
[org_finos_waltz_integration_test_inmem_service_PhysicalFlowServiceTest_create_PhysicalFlowUsesDefaultExternalIdIfNotSpecified.appmap.json](https://githu…
-
Currently we require appmap to be installed in a virtual environment, per the manual install docs.
But if you run the appmap installed from the IDE it will install into your system's python pip…