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
a9d6b517
Commit
a9d6b517
authored
Jun 13, 2019
by
abbycin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add lf
parent
330fcad6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
topjsDebug.js
src/topjsDebug.js
+1
-1
No files found.
package.json
View file @
a9d6b517
{
{
"name"
:
"topjs-debugger"
,
"name"
:
"topjs-debugger"
,
"displayName"
:
"TopJS Debugger"
,
"displayName"
:
"TopJS Debugger"
,
"version"
:
"0.0.
4
"
,
"version"
:
"0.0.
5
"
,
"publisher"
:
"AbbyCin"
,
"publisher"
:
"AbbyCin"
,
"description"
:
"TopJS debugger extension for VS Code."
,
"description"
:
"TopJS debugger extension for VS Code."
,
"author"
:
{
"author"
:
{
...
...
src/topjsDebug.js
View file @
a9d6b517
...
@@ -216,7 +216,7 @@ class TopJSDebugSession extends vscode_debugadapter.LoggingDebugSession {
...
@@ -216,7 +216,7 @@ class TopJSDebugSession extends vscode_debugadapter.LoggingDebugSession {
}
}
process
.
exit
(
1
);
process
.
exit
(
1
);
});
});
this
.
log
([
args
.
runtimeExecutable
,
`--remote-debugging-port=
${
args
.
port
}
`
,
Path
.
basename
(
args
.
program
)].
join
(
' '
));
this
.
log
([
args
.
runtimeExecutable
,
`--remote-debugging-port=
${
args
.
port
}
`
,
Path
.
basename
(
args
.
program
)
,
'
\
n'
].
join
(
' '
));
}
}
validateArgs
(
args
)
{
validateArgs
(
args
)
{
...
...
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