From fff0560a6643ccf0bfecc3c69097f324550d7b9b Mon Sep 17 00:00:00 2001 From: Tony Gorez Date: Fri, 3 Jun 2022 15:59:35 +0200 Subject: [PATCH] doc: promote cdt to tier 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/43290 Reviewed-By: Rafael Gonzaga Reviewed-By: Chengzhong Wu Reviewed-By: Gireesh Punathil Reviewed-By: Darshan Sen Reviewed-By: Luigi Pinca Reviewed-By: Gerhard Stöbich Reviewed-By: Matteo Collina Reviewed-By: Akhil Marsonya --- doc/contributing/diagnostic-tooling-support-tiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/diagnostic-tooling-support-tiers.md b/doc/contributing/diagnostic-tooling-support-tiers.md index be8b79bdfc9282..69e8b161507186 100644 --- a/doc/contributing/diagnostic-tooling-support-tiers.md +++ b/doc/contributing/diagnostic-tooling-support-tiers.md @@ -114,6 +114,7 @@ The tools are currently assigned to Tiers as follows: | Profiling | V8 --interpreted-frames-native-stack | Yes | Yes | 2 | | Profiling | Linux perf | Yes | Partial | 2 | | Profiling | node-clinic | No | No | 3 | +| Debugger | Chrome Dev tools | No | No | 3 | ## Tier 4 @@ -132,7 +133,6 @@ The tools are currently assigned to Tiers as follows: | Debugger | V8 Debug protocol (API) | No | Yes | 1 | | Debugger | Command line Debug Client | ? | Yes | 1 | | Debugger | llnode | ? | No | 2 | -| Debugger | Chrome Dev tools | ? | No | 3 | | Tracing | trace\_events (API) | No | Yes | 1 | | Tracing | trace\_gc | No | Yes | 1 | | Tracing | DTrace | No | Partial | 3 |