Commit 2e929d2c authored by wanliofficial's avatar wanliofficial

Initial commit

parents
Pipeline #640 failed with stages
# 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
# 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
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment