Not able to get debugger in "com.vaadin.client.ApplicationConnection" class

108 Views Asked by At

My application is throwing an exception from "com.vaadin.client.ApplicationConnection" class of vaadin 7.4.6 and i want to debug this class to exactly identify the issue.

I'm using IntellijIdea IDE and I'm able to debug the classes in the "com.vaadin.server" package but not in "com.vaadin.client" through Super Dev mode.

Do we need to do anything special for debugging in the "com.vaadin.client" package.

0

There are 0 best solutions below