HaxeFoundation / HaxeFoundation/hxcpp-debugger

Debugger not compliant with the wiki informations and not stopping

Đang mở
#7 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Haxe
Star
49
Fork
16
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Hello guys,
I am trying to used hxcpp-debugger for my project but I don't get the same result as describe in the wiki.

``` haxe
class Main {
static public function main() {
new debugger.Local(true);
trace(test(null));
}

static function test(a:String) {
return a.charAt(0);
}
}
```

Here are the commands used :

``` bash
± |master U:2 ?:1 ✗| → cpp/Main-debug

-=- hxcpp built-in debugger in command line mode -=-
-=- Use 'help' for help if you need it. -=-
-=- Have fun! -=-
Thread 0 stopped in debugger.Local.new() at debugger/Local.hx:46.

1> break Main.test

Breakpoint 1 set and enabled.

2> continue

3> Main.hx:10:

```

As you can see, event the line : `Thread 0 stopped in debugger.Local.new() at debugger/Local.hx:46.` is not saying `1> Thread 0 stopped in 0.Main() at main:0.`

Here are my haxelib, build.hxml and system information :

``` bash
± |master U:2 ?:1 ✗| → haxelib list
hxcpp-debugger: [1.0.6]
hxcpp: [3.2.193]
hxcs: [3.2.0]
hxjava: [3.2.0]
mithril: [0.25.7]
```

Build.hxml :

``` hxml
-cp src
-main Main
-debug
-cpp cpp
-D HXCPP_DEBUGGER
-lib hxcpp-debugger
```

![image](https://cloud.githubusercontent.com/assets/4760796/11966175/6493f1cc-a8fa-11e5-8974-726dfb66f1f6.png)

Can you help please ?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.