Dmytro

Results 15 comments of Dmytro

Also can be useful to add something like "Expect at least N calls". As example: writing to something, that have file system on it should produce at least one write...

Here is my workaround for now, add it into `launch.json` into your configuration: ```json "preAttachCommands": [ "set substitute-path /path/during/build /path/for/debuging", ], ``` You can also use `${workspaceRoot}` variable in path....

Thanks for adding license file! So now issue resolved

It's interrupt handlers, so they are never called from code, Maybe it's an issue. Anyway, is it possible to ignore such functions?

Maybe it`s power issue - try another port, cable, computer (or powerbank or phone charger).