ITX Design Studio Debugger with Java code

Опубликовано: 20 Февраль 2026
на канале: Paul Brett Technology
264
7

Break points can be set in java code that is called via a JEXIT() or JavaClass Adapter call and then compiled in debug mode
Command Server can be configured to run in debug mode via edits to dtx.ini
The Design Studio can ‘hook into’ the Command Server or Launcher, and step through the Java code when it is called

dtx.ini changes:

[JVM Options]
option1=-Xdebug
option2=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000