Support passing URL and port to --inspect
and --inspect-brk
#5500
Labels
p2-nice-to-have
Not breaking anything but nice to have (priority)
Discussed in #4062
Originally posted by Guid75 September 2, 2023
Let's add support for passing URL and port to Vitest's
--inspect
flags. Similar as in https://nodejs.org/en/learn/getting-started/debugging#command-line-options. This considers both--inspect
and--inspect-brk
flags.--inspect
-> enabled and uses the default host and port that Node chooses--inspect=127.0.0.1:9229
-> enabled and uses the defind host and portThe text was updated successfully, but these errors were encountered: