Skip to content

Commit

Permalink
Native debugging of GraalVM's native images.
Browse files Browse the repository at this point in the history
  • Loading branch information
entlicher committed Apr 1, 2021
1 parent e4a9fb4 commit 0344bcf
Show file tree
Hide file tree
Showing 80 changed files with 5,064 additions and 426 deletions.
18 changes: 18 additions & 0 deletions cpplite/cpplite.debugger/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@
<specification-version>1.48</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.modules.extexecution</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<release-version>2</release-version>
<specification-version>1.59</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.modules.nativeimage.api</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<release-version>0</release-version>
<specification-version>0.1</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.modules.projectapi</code-name-base>
<build-prerequisite/>
Expand Down
Loading

0 comments on commit 0344bcf

Please sign in to comment.