blob: 0fab6b82b2b9edb5cdbead21e91806a1dbf02967 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dotnet@gentoo.org</email>
<name>Gentoo Dotnet Project</name>
</maintainer>
<longdescription>
The debugger provides GDB/MI and VSCode Debug Adapter Protocol and allows
to debug .NET apps under .NET Core runtime. Also debugger allows debugging
from command line (like as GDB).
</longdescription>
<upstream>
<bugs-to>https://github.com/Samsung/netcoredbg/issues/</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|