-
Updated
Dec 7, 2020 - C++
debugger
Here are 876 public repositories matching this topic...
-
Updated
Dec 5, 2020 - Python
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Python
-
Updated
Dec 5, 2020 - Ruby
-
Updated
Dec 2, 2020 - C
-
Updated
Dec 7, 2020 - Swift
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Dec 7, 2020 - C++
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 7, 2020 - Lua
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
Hi,
I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.
This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.
For a medium-larger project (with likely 20k+ classes) that covers old
-
Updated
Sep 13, 2020 - C++
-
Updated
Dec 7, 2020 - C++
-
Updated
Dec 4, 2020 - Ruby
-
Updated
Nov 18, 2020 - Python
Improve this page
Add a description, image, and links to the debugger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the debugger topic, visit your repo's landing page and select "manage topics."
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.