108
edits
Changes
→Progress
The debugging example below is used for five odd numbers to be sorted. This is the easiest way to figured out how the threads work together with the simple data.
*How to start debugging
# put breakpoints where you want to take a look by hitting the key F9 in the line or left-click at the front of a line
# Run the program in Debug mode by hitting the green button (or key F5)
## F9 to put/remove breakpoints in a line
**#Data flow of parallel_qsort
<table border="0" width="800">
<tr align="left"><td>[[File:dataflow.png|250px|thumb|left|alt dataflow]]</td><td>Explanation will be here soon.</td></tr>
</table>
**#Parallel Stacks
<table border="0" width="800">