Skip to content

Commit

Permalink
[goland] add debugger metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
s0xzwasd committed Nov 27, 2024
1 parent a3cadb7 commit daf78e3
Showing 1 changed file with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,30 @@
>
<section>
<GroupProjectsChart
label="Launch Debugger"
label="Launch Debug"
measure="debugRunConfiguration"
:projects="['river/debug']"
:projects="['river/debug', 'trufflehog/debug']"
/>
</section>
<section>
<GroupProjectsChart
label="Step Into"
measure="debugStep_into"
:projects="['river/debug']"
:projects="['river/debug', 'trufflehog/debug']"
/>
</section>
<section>
<GroupProjectsChart
label="Step Out"
measure="debugStep_into"
:projects="['river/debug', 'trufflehog/debug']"
/>
</section>
<section>
<GroupProjectsChart
label="Step Over"
measure="debugStep_into"
:projects="['river/debug', 'trufflehog/debug']"
/>
</section>
</DashboardPage>
Expand Down

0 comments on commit daf78e3

Please sign in to comment.