Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jerryscript-qt
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanli
jerryscript-qt
Commits
2e929d2c
Commit
2e929d2c
authored
Feb 14, 2022
by
wanliofficial
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Pipeline
#640
failed with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
115 additions
and
0 deletions
+115
-0
.gitignore
.gitignore
+73
-0
READM.md
READM.md
+42
-0
jerry.pro
jerry.pro
+0
-0
No files found.
.gitignore
0 → 100644
View file @
2e929d2c
# This file is used to ignore files which are generated
# ----------------------------------------------------------------------------
*~
*.autosave
*.a
*.core
*.moc
*.o
*.obj
*.orig
*.rej
*.so
*.so.*
*_pch.h.cpp
*_resource.rc
*.qm
.#*
*.*#
core
!core/
tags
.DS_Store
.directory
*.debug
Makefile*
*.prl
*.app
moc_*.cpp
ui_*.h
qrc_*.cpp
Thumbs.db
*.res
*.rc
/.qmake.cache
/.qmake.stash
# qtcreator generated files
*.pro.user*
# xemacs temporary files
*.flc
# Vim temporary files
.*.swp
# Visual Studio generated files
*.ib_pdb_index
*.idb
*.ilk
*.pdb
*.sln
*.suo
*.vcproj
*vcproj.*.*.user
*.ncb
*.sdf
*.opensdf
*.vcxproj
*vcxproj.*
# MinGW generated files
*.Debug
*.Release
# Python byte code
*.pyc
# Binaries
# --------
*.dll
*.exe
READM.md
0 → 100644
View file @
2e929d2c
# JerryScript Qt Creator工程
## Getting started
1.
克隆
`JerryScript`
项目到本仓库同级目录。
```
git clone https://github.com/jerryscript-project/jerryscript.git
```
2.
编译
`JerryScript`
```
cd jerryscript
python tools/build.py --jerry-debugger=on
```
3.
启动调试服务
调试服务后接一个启动脚本文件。
```
./build/bin/jerry --start-debug-server --log-level 2 tests/debugger/client_source.js
```
4.
启动调试客户端
再打开一个命令行终端,输入:
```
cd jerry-debugger
python jerry_client.py
```
此时已经进入调试环境。
5.
调试命令
```
```
\ No newline at end of file
jerry.pro
0 → 100644
View file @
2e929d2c
This diff is collapsed.
Click to expand it.
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