vshaxe / hashlink-debugger

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

No conditional breakpoints support #33

Closed Yanrishatum closed 4 years ago

Yanrishatum commented 5 years ago

When creating conditional breakpoint, they act as a regular breakpoint and pause always instead of evaluating condition.

mundusnine commented 5 years ago

This happened to me also.

ncannasse commented 4 years ago

Conditional breakpoints have been disabled, will implement them correctly later.