| | 193 | |
| | 194 | == Debugging HTML Web Applications == |
| | 195 | Debugging potential graphics applications should be as simple as copying init_data.xml, boinc_graphics.xml, graphics_status.xml, |
| | 196 | and whatever application support files you'll need into a temporary directory and launching HTMLGfx with the '--debug' |
| | 197 | command line parameter. |
| | 198 | |
| | 199 | All the files should appear in the same directory layout as they would be in when running under BOINC. |
| | 200 | |
| | 201 | Using the port number described in the window title launch your desired browser and use a URL like this: |
| | 202 | {{{ |
| | 203 | http://localhost:<port Number>/<desired HTML page> |
| | 204 | }}} |
| | 205 | |
| | 206 | Your browser should be able to download the HTML file and related support files. You should then be able |
| | 207 | to use your browsers built-in developer tools to figure out what went wrong. |