{{theTime}}

Search This Blog

Total Pageviews

How to start Tomcat Server in Debug Mode?

Use JVM Arguments "debug" and "runjdwp"

Example:

-Xdebug -Xrunjdwp:transport=dt_socket,address=60001,server=y,suspend=n

1 comment:

ImportError: cannot import name 'soft_unicode' from 'markupsafe'

Check the markupsafe version.  To fix the problem install 2.0.1 pip install markupsafe==2.0.1