From 57198d477b5f8f6299c8c56fd075603194063868 Mon Sep 17 00:00:00 2001 From: Jeffrey Rackauckas Date: Sun, 1 Jul 2018 12:14:35 -0700 Subject: [PATCH] Adding changelog entry for the --trace option. --- changelog/3610.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3610.feature.rst diff --git a/changelog/3610.feature.rst b/changelog/3610.feature.rst new file mode 100644 index 000000000..546f2be56 --- /dev/null +++ b/changelog/3610.feature.rst @@ -0,0 +1 @@ +Added the `--trace` option to enter the debugger at the start of a test. \ No newline at end of file