While using the code analysis tool
Sotograph you can specify a model of your system in the ModelManager. The specification is written in Java by using the Sotograph API but can also use common Java statements. Sometimes - e.g. when using regex - there is the need to debug your code. To do this you have to possibilities:
- Using System.out.println(debug_msg) + starting Sotograph with sotoplatformConsole.bat
- Using JOptionPane.showMessageDialog(null, debug_msg) + starting Sotograph as usual
Keine Kommentare
Kommentar veröffentlichen