You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: Console debug, warning, and error msgs should include filename and line number
Actual behavior: No filename and line number printed.
Filename and line number is important for debugging purposes.
Steps to reproduce
Run any world with -v 4 and look at the msgs printed in console.
Output
Example output in Harmonic vs Ionic
Harmonic:
[Msg] Gazebo Sim GUI v8.6.0
[Dbg] [gz.cc:166] Subscribing to [/gazebo/starting_world].
[Dbg] [Gui.cc:275] Waiting for subscribers to [/gazebo/starting_world]...
...
[GUI] [Wrn] [Application.cc:908] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Ionic:
(2024-08-30 22:42:40.327) [info] Gazebo Sim GUI v9.0.0~pre1
(2024-08-30 22:42:40.634) [debug] Subscribing to [/gazebo/starting_world].
(2024-08-30 22:42:40.635) [debug] Waiting for a world to be set from the GUI...
...
(2024-08-30 22:42:41.677) [warning] [GUI] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
The text was updated successfully, but these errors were encountered:
Environment
gz-common6
Description
Filename and line number is important for debugging purposes.
Steps to reproduce
-v 4
and look at the msgs printed in console.Output
Example output in Harmonic vs Ionic
Harmonic:
Ionic:
The text was updated successfully, but these errors were encountered: