question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use with msys2?

See original GitHub issue

If i just point the custom shell at msys2.exe it just opens the msys2 in a separate window. if i use C:\msys64\usr\bin\mintty /usr/bin/bash -l the tab is just empty.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
JanSimekcommented, Aug 6, 2021

Go to Settings -> Profile -> New Profile

Add a new CMD profile (both clink and stock seem to work and I don’t know the difference) and set command line to:

C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw64

See the official msys2 docs: https://msys2.org/docs/terminals

<div>MSYS2 - Terminals</div><div>Terminals with which MSYS2 can be used.</div>
0reactions
Eugenycommented, Sep 24, 2021

Update: there’s now native support for MSYS2 in Profiles

Read more comments on GitHub >

github_iconTop Results From Across the Web

MSYS2-Introduction
MSYS2 is software distribution and a building platform for Windows. It provides a Unix-like environment, a command-line interface and a software repository ...
Read more >
Installation using MSYS2 and the MinGW Compilers
MSYS2 has all the required tools available through an easy-to-use package ... Launch the “MSYS MinGW 64-bit” option to use the MinGW 64bit...
Read more >
Install MSYS2 and MinGW-w64 (2021) and build C/C++ files ...
How to Install MSYS2 and MinGW-w64 (2021) on WindowsHow to Build C/C++ files using MinGW -w64How to Build C/C++ files using make/makefile.
Read more >
How to Install MSYS2/Mingw-w64 and Run C/C++ ... - YouTube
How to download and install MSYS2 / Mingw -w64. How to run C/C++ program using VS Code and MSYS2 / Mingw -w64. How...
Read more >
2.C Programming - Using MSYS2 to install GNU GCC compiler
This course will give you a full introduction into all of the core concepts in the C programming language. Follow along with the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found