Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
T
topjs3-vscode-debugger
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abby Cin
topjs3-vscode-debugger
Commits
048f55ee
Commit
048f55ee
authored
May 10, 2019
by
abbycin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add readme
parent
32f3cd9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
README.md
README.md
+29
-0
screenshot.jpg
assets/screenshot.jpg
+0
-0
No files found.
README.md
0 → 100644
View file @
048f55ee
## JavaScript 调试扩展
配置模板 (默认值)
```
json
{
"version"
:
"0.0.1"
,
"configurations"
:
[
{
"type"
:
"topjs"
,
"request"
:
"launch"
,
"name"
:
"Launch Debugger"
,
"port"
:
"30992"
,
"runtimeExecutable"
:
"topjs3"
,
"program"
:
"${workspaceFolder}/${command:getProgramPath}"
}
]
}
```
-
可定制的字段有
`port`
,
`runtimeExecutable`
和
`program`
。
-
`port`
为任意未占用的端口号。
-
`runtimeExecutable`
为JavaScript引擎路径(如果没有在环境变量中)
`program`
会获取当前tab打开的文件的路径,
`${workspaceFolder}`
表示当前的工作目录,你也可以指定脚本的绝对路径。
---
截图

\ No newline at end of file
assets/screenshot.jpg
0 → 100644
View file @
048f55ee
67.2 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment