From 41fabf30f8e485f1d11be6cdf299e536d9218ad8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 27 Apr 2010 18:32:48 +0000 Subject: [PATCH] Update a discussion to note that traceback.nse functionality has actually been integrated in Nmap for a while --- docs/TODO | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/TODO b/docs/TODO index 66cb7eb9f..411a9037e 100644 --- a/docs/TODO +++ b/docs/TODO @@ -290,11 +290,10 @@ o Consider changing Nsock so that it is able to take advantage of more linked list).] o [NSE] Consider whether we should include some sort of NSE debugger. Or we - could include something simpler. For example, some developers (such - as Ron) already make use of Patrick's traceback.nse in their - experimental trees. For some inspiration/ideas, look at Diman's NSE - debugger (http://seclists.org/nmap-dev/2008/q1/0228.html) and also - Patrick's traceback.nse + could include something simpler. For example, Nmap now provides a + traceback (with sufficient debugging/verbosity) when a script ends + in error. For some inspiration/ideas, look at Diman's NSE + debugger (http://seclists.org/nmap-dev/2008/q1/0228.html). o [NSE] We may want to consider a better exception handling method -- one which doesn't require wrapping every I/O line in its own try