Debugging in Vim with Vimspector

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vimspector

    vimspector - A multi-language debugging system for Vim

    Both their Github page and their website are very comprehensive. I would suggest you read them when you have the chance!

  • vim-plug

    :hibiscus: Minimalist Vim Plugin Manager

    For me, I used vim-plug. All I did was add the following in my vimrc's list of plugins:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • vscode-recipes

    Discontinued [Moved to: https://github.com/microsoft/vscode-recipes]

    Now let's learn how to debug a Jest test. For this section, I will be using the vscode-recipes repository. First go to the site and clone the repository. Then go to the debugging-jest-tests/ directory. You will find two directories: lib/ and a test/. This is our workspace root directory.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts