Changes for page Debugging

Last modified by Simon Urli on 2023/10/10 11:46

<
From version < 22.1 >
edited by Thomas Mortagne
on 2015/05/18 11:19
To version < 23.1 >
edited by Thomas Mortagne
on 2015/05/18 11:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,8 +6,12 @@
6 6  
7 7  [Since 7.1]
8 8  
9 -It's possible to enable debug log by adding ##debug=true## (as in [[http://127.0.0.1:8080/xwiki/bin/Main/WebHome?debug=true]]) to the URL. This provide various details on what exactly happens during the request like a detailed tree of how long has been spent in each step. You can add you own step to the tree by using [[progress API>>extensions:Extension.Job Module||anchor="HNotifyaboutprogress"]].
9 +It's possible to enable debug log by adding ##debug=true## (as in [[http://127.0.0.1:8080/xwiki/bin/Main/WebHome?debug=true]]) to the URL. This provide various details on what exactly happens during the request.
10 10  
11 +== Time spent tree ==
12 +
13 +A detailed tree of how long has been spent in each step. You can add you own step to the tree by using [[progress API>>extensions:Extension.Job Module||anchor="HNotifyaboutprogress"]].
14 +
11 11  = Debugging XWiki from your IDE =
12 12  
13 13  == Debugging with Eclipse ==

Get Connected