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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -355,8 +355,8 @@ program using GNATemulator.
355
355
<imgsrc="doc/media/gnatemu-debug-codelens.gif"width="800"alt="Debug with GNATemulator CodeLens" />
356
356
357
357
The port used by the debugger launched by VS Code to connect to the running GNATemulator instance
358
-
is the one specified via the `Emulator'Debug_Port` project attribute, so make sure it is set before
359
-
running the dedicated GNATemulator command/CodeLens.
358
+
is the one specified via the `Emulator'Debug_Port` project attribute: when not set, the extension
359
+
will fallback on `localhost:1234` (GNATemulator's default debug port).
360
360
361
361
Note that GNATemulator is not available for all GNAT embedded toolchains. For more information about GNATemulator itself and its availabilty please refer to the [GNATemulator User's Guide](https://docs.adacore.com/gnatemulator-docs/gnatemulator.html).
0 commit comments