diff options
Diffstat (limited to 'testing/mozbase/docs/mozdebug.rst')
-rw-r--r-- | testing/mozbase/docs/mozdebug.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/mozbase/docs/mozdebug.rst b/testing/mozbase/docs/mozdebug.rst new file mode 100644 index 000000000..6a4be63f4 --- /dev/null +++ b/testing/mozbase/docs/mozdebug.rst @@ -0,0 +1,5 @@ +:mod:`mozdebug` --- Configure and launch compatible debuggers. +====================================================================================== + +.. automodule:: mozdebug + :members: get_debugger_info, get_default_debugger_name, DebuggerSearch |