mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-05 03:00:17 +00:00
Compare commits
No commits in common. "4ac11583bab00fb94919b70bbb7547105155f260" and "f12a379760f80dc396f1b0fa30a9fddaff66e48b" have entirely different histories.
4ac11583ba
...
f12a379760
@ -30,7 +30,7 @@ pocketpy provides a C-API `py_debugger_waitforattach`,
|
|||||||
which starts a debug server and waits for the VSCode extension to attach.
|
which starts a debug server and waits for the VSCode extension to attach.
|
||||||
When the debugger is attached, the program will continue to run.
|
When the debugger is attached, the program will continue to run.
|
||||||
|
|
||||||
+ If you are using pocketpy's standalone executable `main.exe`, you can pass `--debug` flag to it. This will automatically call `py_debugger_waitforattach("127.0.0.1", 6110)` before running your program.
|
+ If you are using pocketpy's standalone executable `main.exe`, you can pass `--debug` flag to it. This will automatically call `py_debugger_waitforattach("localhost", 6110)` before running your program.
|
||||||
+ If you are embedding pocketpy as a library, you need to call `py_debugger_waitforattach` manually in your C/C++ code.
|
+ If you are embedding pocketpy as a library, you need to call `py_debugger_waitforattach` manually in your C/C++ code.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
@ -3,7 +3,7 @@ output: .retype
|
|||||||
url: https://pocketpy.dev
|
url: https://pocketpy.dev
|
||||||
branding:
|
branding:
|
||||||
title: pocketpy
|
title: pocketpy
|
||||||
label: v2.1.2
|
label: v2.1.1
|
||||||
logo: "./static/logo.png"
|
logo: "./static/logo.png"
|
||||||
favicon: "./static/logo.png"
|
favicon: "./static/logo.png"
|
||||||
meta:
|
meta:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user