From 4ffdc7000fe4d68ffc0f97d6c1c678baeba3b133 Mon Sep 17 00:00:00 2001 From: Jaroslav Tulach Date: Thu, 8 Apr 2021 09:41:11 +0200 Subject: [PATCH] Attempt to define Debug Project action for the native-image configuration --- java/algorithm/nbactions.xml | 12 ++++++++++++ java/algorithm/pom.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/java/algorithm/nbactions.xml b/java/algorithm/nbactions.xml index ade1abe..f1b253a 100644 --- a/java/algorithm/nbactions.xml +++ b/java/algorithm/nbactions.xml @@ -44,6 +44,18 @@ native-image + + debug + Debug Native Executable + + exec:exec@debug + + + + + native-image + + diff --git a/java/algorithm/pom.xml b/java/algorithm/pom.xml index 3ea09bb..72cae98 100644 --- a/java/algorithm/pom.xml +++ b/java/algorithm/pom.xml @@ -122,6 +122,18 @@ ${project.build.directory}/sieve + + debug + + exec + + + gdb + + --interpreter=mi ${project.build.directory}/sieve + + +