FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for com.microsoft.java.debug.core - microsoft/java-debug · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
java-debug
Public
Notifications
You must be signed in to change notification settings
Fork
201
Star
408
Code
Issues
33
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
java-debug
com.microsoft.java.debug.core
on
andy_user_error
User selector
Datepicker
Commit history
Commits on Dec 22, 2017
Merge branch 'master' into andy_user_error
Andy Xu(devdiv) (andxu)
authored
1c0472c
View commit details
Copy full SHA for 1c0472c
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
Fix issue when poping the top stack frame from a thread. (#142)
Yaohai Zheng (yaohaizh)
authored
909ab61
View commit details
Copy full SHA for 909ab61
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
Use proper scheduler to unblock request/response streams (#141)
Show description for 292d2da
Rome Li (akaroml)
authored
292d2da
View commit details
Copy full SHA for 292d2da
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
evaluation handler and stackframe proxy for handling InvalidStackFrameException (#131)
Show description for f649bc6
Andy Xu(devdiv) (andxu)
authored
f649bc6
View commit details
Copy full SHA for f649bc6
View code at this point
Browse repository at this point
Add enable hot code replace settings. (#137)
Yaohai Zheng (yaohaizh)
authored
862b445
View commit details
Copy full SHA for 862b445
View code at this point
Browse repository at this point
bump version to 0.5.0 (#136)
Show description for 99a1b97
Jinbo Wang (testforstephen)
authored
99a1b97
View commit details
Copy full SHA for 99a1b97
View code at this point
Browse repository at this point
Sequentially process debug requests (#135)
Rome Li (akaroml)
authored
ec0cf6f
View commit details
Copy full SHA for ec0cf6f
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
Add HCR mechanisms. (#130)
Show description for 7f82f37
Yaohai Zheng (yaohaizh)
authored
7f82f37
View commit details
Copy full SHA for 7f82f37
View code at this point
Browse repository at this point
Merge branch 'master' into andy_user_error
Andy Xu(devdiv) (andxu)
authored
4d2191e
View commit details
Copy full SHA for 4d2191e
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
Add required info in pom.xml to pass nexus validation (#132)
Show description for d98984d
Jinbo Wang (testforstephen)
authored
d98984d
View commit details
Copy full SHA for d98984d
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
Merge branch 'master' into andy_user_error
Andy Xu(devdiv) (andxu)
authored
4ac9cdd
View commit details
Copy full SHA for 4ac9cdd
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
Add basic HCR support (#124)
Show description for 285040d
Yaohai Zheng (yaohaizh)
authored
285040d
View commit details
Copy full SHA for 285040d
View code at this point
Browse repository at this point
Merge branch 'master' into andy_user_error
Andy Xu(devdiv) (andxu)
authored
e0b8286
View commit details
Copy full SHA for e0b8286
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
Looking up the stack frame's associated source file from source containers directly to improve searching perf and bugs (#127)
Show description for e5f1a0f
Jinbo Wang (testforstephen)
authored
e5f1a0f
View commit details
Copy full SHA for e5f1a0f
View code at this point
Browse repository at this point
Merge branch 'master' into andy_user_error
Andy Xu(devdiv) (andxu)
authored
4adbd87
View commit details
Copy full SHA for 4adbd87
View code at this point
Browse repository at this point
Basic code changes for evaluation (#126)
Show description for 172dd9f
Andy Xu(devdiv) (andxu)
authored
172dd9f
View commit details
Copy full SHA for 172dd9f
View code at this point
Browse repository at this point
refine some javadocs
Andy Xu(devdiv) (andxu)
committed
b1ac735
View commit details
Copy full SHA for b1ac735
View code at this point
Browse repository at this point
1. add user error exception
Show description for 9676a76
Andy Xu(devdiv) (andxu)
committed
9676a76
View commit details
Copy full SHA for 9676a76
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
Support step filters when stepping (#106)
Show description for 2828907
Jinbo Wang (testforstephen)
authored
2828907
View commit details
Copy full SHA for 2828907
View code at this point
Browse repository at this point
Commits on Dec 5, 2017
remove com.sun.jdi.VMDisconnectedException from reasonable places. (#104)
Show description for 55e29be
Andy Xu(devdiv) (andxu)
authored
55e29be
View commit details
Copy full SHA for 55e29be
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
Fix bug 183: remove the unnecessary exception request when no exception breakpoints are requested (#125)
Show description for 645f0dd
Jinbo Wang (testforstephen)
authored
645f0dd
View commit details
Copy full SHA for 645f0dd
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Provide launchInTerminal feature to support console input (#122)
Show description for 6aefe96
Jinbo Wang (testforstephen)
authored
6aefe96
View commit details
Copy full SHA for 6aefe96
View code at this point
Browse repository at this point
bump version to 0.4.0 (#123)
Show description for fadf3ff
Jinbo Wang (testforstephen)
authored
fadf3ff
View commit details
Copy full SHA for fadf3ff
View code at this point
Browse repository at this point
Support send request in protocol server (#121)
Show description for 8a96ff7
Jinbo Wang (testforstephen)
authored
8a96ff7
View commit details
Copy full SHA for 8a96ff7
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
Fix perf issue when debugging pet clinic with "stopOnEntry" on (#115)
Show description for e6fae9c
Jinbo Wang (testforstephen)
authored
e6fae9c
View commit details
Copy full SHA for e6fae9c
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
[Refactor] use CompletableFuture to support async response in debug adapter (#112)
Show description for 388b5fc
Jinbo Wang (testforstephen)
authored
388b5fc
View commit details
Copy full SHA for 388b5fc
View code at this point
Browse repository at this point
Commits on Nov 17, 2017
upgrade with new version 0.3.1 for hotfix, while the main modification is in the js side, upgrade the version accordingly (#107) (#108)
Andy Xu(devdiv) (andxu)
authored
1eb8bc0
View commit details
Copy full SHA for 1eb8bc0
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
add synchronize statement for modifying eventlist and serializing eventlist. (#103)
Andy Xu(devdiv) (andxu)
authored
dd4ae89
View commit details
Copy full SHA for dd4ae89
View code at this point
Browse repository at this point
Commits on Nov 9, 2017
add user settings (#94)
Show description for 330802a
Andy Xu(devdiv) (andxu)
authored
330802a
View commit details
Copy full SHA for 330802a
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
fix bug: stopOnEntry doesn't support java9 (#97)
Show description for 55f571d
Xuan Zhou (ansyral)
authored
55f571d
View commit details
Copy full SHA for 55f571d
View code at this point
Browse repository at this point
Bump version to 0.3.0 (#96)
Show description for 067a0ec
Jinbo Wang (testforstephen)
authored
067a0ec
View commit details
Copy full SHA for 067a0ec
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
support stop on entry (#93)
Show description for 668da8d
Xuan Zhou (ansyral)
authored
668da8d
View commit details
Copy full SHA for 668da8d
View code at this point
Browse repository at this point
Fix regression bug #122 (#95)
Show description for 57f2738
Jinbo Wang (testforstephen)
authored
57f2738
View commit details
Copy full SHA for 57f2738
View code at this point
Browse repository at this point
Show warning message when debuggee and debugger run at different jvms (#92)
Show description for f2d20c4
Jinbo Wang (testforstephen)
authored
f2d20c4
View commit details
Copy full SHA for f2d20c4
View code at this point
Browse repository at this point
Commits on Nov 6, 2017
Support java 9 (#90)
Show description for 4a744df
Jinbo Wang (testforstephen)
authored
4a744df
View commit details
Copy full SHA for 4a744df
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL