scala-trace-debug icon indicating copy to clipboard operation
scala-trace-debug copied to clipboard

Macro based print debugging. Locates log statements in your IDE.

Results 4 scala-trace-debug issues
Sort by recently updated
recently updated
newest added

I had to set the API_KEY and sync my JFrog Bintray to Maven Central. Sample publish: https://github.com/sbt/sbt-bintray/issues/164

Suppressed stack trace from "sbt test": ``` Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384M; support was removed in 8.0 [info] Loading project definition from /home/johnreed/Documents/Code/play_websocket_example/project [info] Updating {file:/home/johnreed/Documents/Code/play_websocket_example/project/}play_websocket_example-build......

### JohnReedLOL/scala-trace-debug now has a Chat Room on Gitter @JohnReedLOL has just created a chat room. You can visit it here: [https://gitter.im/JohnReedLOL/scala-trace-debug](https://gitter.im/JohnReedLOL/scala-trace-debug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

for example I see this in the trace ``` scala { val someVal = 2; (1).+(someVal).==(4) } ``` I expect ``` scala { val someVal = 2 1 + someVal...