geotrellis-chatta-demo | weighted overlay and zonal summary
kandi X-RAY | geotrellis-chatta-demo Summary
kandi X-RAY | geotrellis-chatta-demo Summary
This is a demo of GeoTrellis functionality. The demo consists of two parts: the tile ingest process and demo server to query ingested data.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of geotrellis-chatta-demo
geotrellis-chatta-demo Key Features
geotrellis-chatta-demo Examples and Code Snippets
Community Discussions
Trending Discussions on geotrellis-chatta-demo
QUESTION
I am working with an API written in Scala that uses SBT to build it into a JAR file. I deploy the JAR file to a virtual machine (VM) and I can execute it successfully - the API starts up and handles requests.
Now I am trying to use the IntelliJ (v 2016.3.4) remote-debug configuration to place breakpoints in the source Scala code. Here's what I have done:
1) Open my source code as a Scala SBT project in IntelliJ .
2) Opened VM port 5005
3) Executed JAR on VM:
java -noverify "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005" -cp /home/vagrant/shared/build/geotrellis-chatta-demo-assembly-0.1-SNAPSHOT.jar geotrellis.chatta.Main
I get this output:
Listening for transport dt_socket at address: 5005
4) Added a remote-debug configuration in IntelliJ and started it. The IntelliJ console shows me this:
Connected to the target VM, address: 'localhost:5005', transport: 'socket'
However, none of my breakpoints work.
Am I missing something in the above steps? I'm very new to Scala, haven't worked with Java seriously in years, and am just starting with IntelliJ.
UPDATE: IntelliJ debugger is definitely working - if I pause it, the API stops responding to requests until it becomes un-paused. But no stops on breakpoints.
...ANSWER
Answered 2017-Feb-05 at 22:03Did you specify source code attachments for the JAR you are debugging? In IntelliJ, find the JAR and associate it with the source code.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install geotrellis-chatta-demo
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page