开发者

WebScarab bean shell debug

开发者 https://www.devze.com 2023-01-14 23:54 出处:网络
I\'m using WebScarab bean shell. Just wondering what开发者_开发百科\'s the best way to debug the shell script?Look at the output in the Messages panel, or in the console (if you started it from a cons

I'm using WebScarab bean shell. Just wondering what开发者_开发百科's the best way to debug the shell script?


Look at the output in the Messages panel, or in the console (if you started it from a console. e.g. java -jar webscarab.jar). It will give you stack traces that will indicate what went wrong. You can also use System.out.println to emit debugging information.

Of course, you'd be more likely to get better results asking this question on the WebScarab mailing list. See https://lists.owasp.org/mailman/listinfo/owasp-webscarab

0

精彩评论

暂无评论...
验证码 换一张
取 消