Zhang wei
Zhang wei
一个Tomcat下部署多个app,Initializing ClassPathLookup, default classpath里只打印了其中一个,是不是意味着只会从这一个app的classes路径里加载相关的class,如果需要调试另一个app里的断点,则添加断点时会报 register breakpoint fail, File was not found in the executable 下面的是bistoury日志  下面的是tomcat里的app 
### To reproduce 1. Start the application I built with Spring Boot 3, with JVM parameters set to -Xmx2G -Xms2G.  2. I will create globally `CairoConfiguration`,`CairoEngine`, and `CairoEngine` during...