From b2dd11fc70cd91fe8e0672af0784fffbc4d9a028 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 8 Oct 2012 16:30:11 +0100 Subject: [PATCH] Document MISSIONCONTROL_TEST_BACKTRACE in tests/twisted/README --- tests/twisted/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/twisted/README b/tests/twisted/README index 56f664a..4cc65ff 100644 --- a/tests/twisted/README +++ b/tests/twisted/README @@ -28,7 +28,9 @@ To debug an individual test you can set one of the following env variable: export MISSIONCONTROL_WRAPPER="/path/to/refdbg" export REFDBG_OPTIONS="btnum=16" + * MISSIONCONTROL_TEST_BACKTRACE=1: to run Mission Control inside gdb + and print a backtrace to the test's log file if it crashes. + * MISSIONCONTROL_WRAPPER="nemiver" : to run Mission Control inside the graphical debugger nemiver. You'll be able to set up breakpoints; then hit the "continue" button to launch Mission Control. - -- 1.7.10.4