HaxeFoundation / hxcpp-debugger

Cross-platform debugger for hxcpp
Apache License 2.0
49 stars 16 forks source link

haxelib debugger or hxcpp-debugger ? #8

Closed kiroukou closed 8 years ago

kiroukou commented 8 years ago

Hi all. Sorry but I didn't know where to ask this.

I found 2 different projects on haxelib, with different names, but described like doing the same thing (but not just a name thing since the version number is different).

Could someone give me some detail please?

Thanks

Simn commented 8 years ago

It's hxcpp-debugger, we renamed it because debugger was too generic.

I suppose we should remove the debugger one from haxelib to avoid confusion.

kiroukou commented 8 years ago

I would agree with that.

Also, it is a more general remark but testing the fact the hxcpp-debugger lib is embeded leads to an error (obviously) "invalid operation"

#if hxcpp-debugger
...
#end

Maybe some name constraint on haxelib?

Simn commented 8 years ago

#if hxcpp_debugger should work.

kiroukou commented 8 years ago

Ok thank you Simon !

Simn commented 8 years ago

@back2dos: Are you still the haxelib-remove-guy nowadays? If so, please get rid of the "debugger" haxelib.

back2dos commented 8 years ago

@Simn done.

Simn commented 8 years ago

Thanks!