Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前在我的服务器中使用 IoTDB,并在其上添加了一些个人定制功能。但似乎此功能存在一些错误。如何远程调试 IoTDB?
如果您使用 启动 IoTDB start-server.sh,您可以在启动 JVM 时添加以下参数。 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 然后启动 IoTDB,您可以使用 IDEA 使用其远程调试功能来调试 IoTDB。
start-server.sh
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005