Search This Blog

Showing posts with label debug. Show all posts
Showing posts with label debug. Show all posts

Sunday, March 15, 2020

Eclipse or CMD Maven Quarkus Debug

[2 steps] #******** #Step 1 mvn -X clean -gs "../settings.xml" compile quarkus:dev -Ddebug
#step 2 #in eclipse, Go to Debug Configuration -> Remote Java Application -> Click new -> New Name "ex: Data Collector Remote" -> Type "socket", host "localhost" port "5005" -> Apply & Debug #Next time #First execute the Data Collector SVN with above command #Second execute the Debug As "Data Collector Remote"






Wednesday, August 13, 2014

Grails Debugging Enable Intelj Idea

Step 1:-
Add in config.groovy

plugin.platformCore.events.catchFlushExceptions = true

Step 2:-
Add in buildconfig.groovy

grails.project.fork = [
        test: false,
        run: false
]



That's It, 
 Just run in debug mode..  [ click debug button, instead of run button/from menu]

Hit Counter


View My Stats