Skip to content

Commit

Permalink
doc ref #2 #15970
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro authored Jan 6, 2025
1 parent fdfa8e9 commit 50dc187
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/web/docs/Developer/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ Debugging symbols (`.pdb` files) are available **for some** of the external libr

![](../images/ExternalDebuggingSymbols.png)<br>
*Example: Adding the FOX debugging symbol*

### FOX Toolkit message logging

The FOX Toolkit library uses a macro to output debugging messages of varying importance. Every message gets a numeric level assigned and will get printed only in debug mode. In order to receive the messages, it is necessary to provide the command line parameter `-tracelevel <INT>` to sumo-guiD. Only messages with an assigned level below the given level will be printed to the console.

0 comments on commit 50dc187

Please sign in to comment.