diff options
Diffstat (limited to 'Readme.adoc')
| -rw-r--r-- | Readme.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.adoc b/Readme.adoc index ec62be0..71d3230 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -25,8 +25,8 @@ https://drive.google.com/drive/folders/0B8DUIB5m9fukVHZhX1pRZFhHY2M?resourcekey= Many times, compilation or runtime error messages are not helpful or borderline cryptic. Debugging tools help a lot. But narrowing down what component most likely failed is of **great** help. Develop each "module" -separately, compile and debug frecuently. Make sure each "module" works OK -before beginning the next. +separately, compile and debug frequently. Make sure each "module" works fine +before moving to the next one. === Debugging |
