vshaxe / hashlink-debugger

Visual Studio Code Debugger for Haxe/HashLink applications
https://hashlink.haxe.org/
MIT License
57 stars 23 forks source link

Port is disregarded on `launch` command #37

Closed Yanrishatum closed 5 years ago

Yanrishatum commented 5 years ago

When using launch request, port variable is disregarded. It supposedly should set debugPort here, but it doesn't:

https://github.com/vshaxe/hashlink-debugger/blob/bc65b00c8f32422b70734acd22734f702fd3f315/src/HLAdapter.hx#L66-L67