aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-11-07 16:08:13 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-11-07 16:08:13 +0100
commit5f1aec0838be71b881ddff6b8aa4db4a1cc83c2f (patch)
tree3112ac790c7aa7378b78317130ce965a4cb2f0c5 /CONTRIBUTING.md
parent1c8a3bde9490f3b771543589be22d789d3b45701 (diff)
downloadscala-async-5f1aec0838be71b881ddff6b8aa4db4a1cc83c2f.tar.gz
scala-async-5f1aec0838be71b881ddff6b8aa4db4a1cc83c2f.tar.bz2
scala-async-5f1aec0838be71b881ddff6b8aa4db4a1cc83c2f.zip
Update documentation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9cd4bb5..00f617f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,13 @@ http://www.scala-lang.org/sites/default/files/contributor_agreement.pdf
Before submitting a pull-request, please make sure you have followed the guidelines
outlined in our [Pull Request Policy](https://github.com/scala/scala/wiki/Pull-Request-Policy).
-### Generated Code examples
+## Troubleshooting
+ - Logging of the transform can be enabled with `scalac -Dscala.async.debug=true`.
+ - Tracing of the ANF transform: `scalac -Dscala.async.trace=true`
+ - Debug the macro expansion by checking out the project and executing the application
+ [`scala.async.TreeInterrogation`](https://github.com/scala/async/blob/master/src/test/scala/scala/async/TreeInterrogation.scala#L59)
+
+## Generated Code examples
```scala
val future = async {